Skip to content

Commit 3616b0d

Browse files
committed
update redis helm chart source
1 parent 9ba7449 commit 3616b0d

3 files changed

Lines changed: 40 additions & 22 deletions

File tree

.github/workflows/unit-tests.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ jobs:
6969
github_token: ${{ secrets.GITHUB_TOKEN }}
7070
threshold_alert: 50
7171
threshold_warning: 80
72-
test-coverage:
73-
name: Publish to Code Climate
74-
needs: test-app
75-
if: needs.test-app.outputs.HAS_CC_SECRETS == 'true'
76-
runs-on: ubuntu-latest
77-
timeout-minutes: 10
78-
steps:
79-
- name: Checkout Repository
80-
uses: actions/checkout@v4
81-
- name: Restore Coverage Results
82-
uses: actions/download-artifact@v4
83-
- name: Publish code coverage
84-
uses: paambaati/codeclimate-action@v5
85-
env:
86-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87-
with:
88-
coverageLocations: |
89-
${{ github.workspace }}/**/lcov.info:lcov
90-
prefix: ${{ github.workplace }}
72+
# test-coverage:
73+
# name: Publish to Code Climate
74+
# needs: test-app
75+
# if: needs.test-app.outputs.HAS_CC_SECRETS == 'true'
76+
# runs-on: ubuntu-latest
77+
# timeout-minutes: 10
78+
# steps:
79+
# - name: Checkout Repository
80+
# uses: actions/checkout@v4
81+
# - name: Restore Coverage Results
82+
# uses: actions/download-artifact@v4
83+
# - name: Publish code coverage
84+
# uses: paambaati/codeclimate-action@v5
85+
# env:
86+
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
87+
# with:
88+
# coverageLocations: |
89+
# ${{ github.workspace }}/**/lcov.info:lcov
90+
# prefix: ${{ github.workplace }}

charts/ches/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- name: redis
3434
condition: redis.enabled
3535
version: 20.0.3
36-
repository: https://charts.bitnami.com/bitnami
36+
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
3737
alias: redis
3838
maintainers:
3939
- name: NR Common Service Showcase Team

charts/ches/values.yaml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,12 @@ redis:
126126
enabled: true
127127
auth:
128128
enabled: false
129+
# image:
130+
# registry: artifacts.developer.gov.bc.ca/docker-remote
129131
image:
130-
registry: artifacts.developer.gov.bc.ca/docker-remote
132+
repository: bitnamilegacy/redis
133+
tag: "7.0.5-debian-11-r7"
134+
131135
replica:
132136
shareProcessNamespace: true
133137
replicaCount: 2
@@ -147,8 +151,11 @@ redis:
147151
quorum: 1
148152
podSecurityContext: {}
149153
containerSecurityContext: {}
154+
# image:
155+
# registry: artifacts.developer.gov.bc.ca/docker-remote
150156
image:
151-
registry: artifacts.developer.gov.bc.ca/docker-remote
157+
repository: bitnamilegacy/redis-sentinel
158+
tag: "7.0.5-debian-11-r8"
152159
persistence:
153160
enabled: true
154161
accessMode: ReadWriteOnce
@@ -163,6 +170,17 @@ redis:
163170
cpu: 20m
164171
memory: 50Mi
165172

173+
metrics:
174+
image:
175+
repository: bitnamilegacy/redis-exporter
176+
tag: "1.45.0-debian-11-r1"
177+
178+
volumePermissions:
179+
image:
180+
repository: bitnamilegacy/bitnami-shell
181+
tag: "11-debian-11-r27"
182+
183+
166184
# crunchy-postgres subchart configuration overrides
167185
postgres:
168186
enabled: true

0 commit comments

Comments
 (0)