Skip to content

Commit

Permalink
Update bitnami container images and chart for CSM 1.6 (CASMPET-6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
bklei committed Oct 24, 2023
1 parent f36886c commit 9198239
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
4 changes: 2 additions & 2 deletions charts/cray-etcd-backup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
apiVersion: v2
name: cray-etcd-backup
version: 0.5.4
version: 0.5.5
description: Configures etcd cluster backups
home: https://github.com/Cray-HPE/cray-etcd
maintainers:
Expand All @@ -32,5 +32,5 @@ maintainers:
annotations:
artifacthub.io/images: |
- name: util
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:kubectl_v1_21_12_1.0.0.43797
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:pet-utils-csm-1.6
artifacthub.io/license: MIT
2 changes: 1 addition & 1 deletion charts/cray-etcd-backup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""
util:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3
tag: kubectl_v1_21_12_1.0.0.49259
tag: pet-utils-csm-1.6
pullPolicy: IfNotPresent

crayEtcdBackup:
Expand Down
12 changes: 6 additions & 6 deletions charts/cray-etcd-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
#
apiVersion: v2
name: cray-etcd-base
version: 1.0.11
version: 1.1.0
description: This chart should never be installed directly, instead it is intended to be a sub-chart.
home: https://github.com/Cray-HPE/cray-etcd
dependencies:
- name: etcd
version: 8.9.0
version: 9.5.6
repository: https://charts.bitnami.com/bitnami
maintainers:
- name: bklei
annotations:
artifacthub.io/images: |
- name: etcd
image: artifactory.algol60.net/csm-docker/stable/docker.io/bitnami/etcd:3.5.9-debian-11-r15-patch
- name: bitnami-shell
image: artifactory.algol60.net/csm-docker/stable/docker.io/bitnami/bitnami-shell:11-debian-11-r128
image: artifactory.algol60.net/csm-docker/stable/docker.io/bitnami/etcd:3.5.9-debian-11-r148
- name: os-shell
image: artifactory.algol60.net/csm-docker/stable/docker.io/bitnami/os-shell:11-debian-11-r90
- name: util
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:kubectl_v1_21_12_1.0.0.43797
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:pet-utils-csm-1.6
artifacthub.io/license: MIT
8 changes: 4 additions & 4 deletions charts/cray-etcd-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ etcd:
enabled: true
image:
registry: artifactory.algol60.net
repository: csm-docker/stable/docker.io/bitnami/bitnami-shell
tag: 11-debian-11-r128
repository: csm-docker/stable/docker.io/bitnami/os-shell
tag: 11-debian-11-r90
digest: ""
pullPolicy: IfNotPresent
containerPorts:
Expand All @@ -63,7 +63,7 @@ etcd:
image:
registry: artifactory.algol60.net
repository: csm-docker/stable/docker.io/bitnami/etcd
tag: 3.5.9-debian-11-r15-patch
tag: 3.5.9-debian-11-r148
debug: false
pullPolicy: IfNotPresent
fullnameOverride: ""
Expand Down Expand Up @@ -181,5 +181,5 @@ etcd:
util:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3
tag: kubectl_v1_21_12_1.0.0.49259
tag: pet-utils-csm-1.6
pullPolicy: IfNotPresent
4 changes: 2 additions & 2 deletions charts/cray-etcd-defrag/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cray-etcd-defrag
version: 0.4.0
version: 0.4.1
description: Defrags etcd clusters
home: https://github.com/Cray-HPE/cray-etcd
maintainers:
Expand All @@ -9,5 +9,5 @@ maintainers:
annotations:
artifacthub.io/images: |
- name: kubectl
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:kubectl_v1_21_12_1.0.0.49259
image: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3:pet-utils-csm-1.6
artifacthub.io/license: MIT
2 changes: 1 addition & 1 deletion charts/cray-etcd-defrag/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
command:
- /bin/sh
- -c
- "/scripts/etcd_defrag.sh --defrag all --skip cray-hbtd-etcd"
- "/scripts/etcd_defrag.sh --defrag all --skip cray-hbtd-bitnami-etcd"
volumeMounts:
- name: etcd-defrag
mountPath: /scripts
Expand Down
4 changes: 2 additions & 2 deletions charts/cray-etcd-defrag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fullnameOverride: ""
kubectl:
image:
repository: artifactory.algol60.net/csm-docker/stable/docker.io/demisto/boto3py3
tag: kubectl_v1_21_12_1.0.0.49259
tag: pet-utils-csm-1.6
pullPolicy: IfNotPresent

crayEtcdDefrag:
Expand All @@ -17,5 +17,5 @@ crayEtcdDefrag:

crayHbtdEtcdDefrag:
defragCronSchedule: "0 */4 * * *"
etcdClusterName: "cray-hbtd-etcd"
etcdClusterName: "cray-hbtd-bitnami-etcd"
## This cronjob uses the same image as crayEtcdDefrag
2 changes: 1 addition & 1 deletion charts/cray-etcd-test/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ maintainers:
name: cray-etcd-test
sources:
- "https://github.com/Cray-HPE/cray-etcd-test"
version: 1.0.0
version: 1.1.0
5 changes: 0 additions & 5 deletions charts/cray-etcd-test/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ cray-service:
cray-etcd-base:
nameOverride: cray-etcd-test
etcd:
image:
registry: artifactory.algol60.net
repository: csm-docker/stable/docker.io/bitnami/etcd
tag: 3.5.9-debian-11-r15-patch
debug: true
disasterRecovery:
cronjob:
snapshotsDir: "/snapshots/cray-etcd-test-bitnami-etcd"
Expand Down

0 comments on commit 9198239

Please sign in to comment.