Skip to content

Commit

Permalink
codegen and etcd multiarch image update
Browse files Browse the repository at this point in the history
  • Loading branch information
amittiwari28 committed Feb 12, 2025
1 parent ab98c3e commit 92a3b89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/reports-server/templates/etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: etcd
image: quay.io/coreos/etcd:v3.5.15
image: ghcr.io/nirmata/etcd:v3.5.18-cve-free
imagePullPolicy: IfNotPresent
ports:
- name: etcd-client
Expand Down
2 changes: 1 addition & 1 deletion config/install-etcd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: etcd
image: reg.nirmata.io/nirmata/etcd:v3.5.18-cve-free
image: ghcr.io/nirmata/etcd:v3.5.18-cve-free
imagePullPolicy: IfNotPresent
ports:
- name: etcd-client
Expand Down
2 changes: 1 addition & 1 deletion config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: etcd
image: quay.io/coreos/etcd:v3.5.15
image: ghcr.io/nirmata/etcd:v3.5.18-cve-free
imagePullPolicy: IfNotPresent
ports:
- name: etcd-client
Expand Down

0 comments on commit 92a3b89

Please sign in to comment.