Skip to content

Commit

Permalink
Merge pull request #125 from pikapower/master
Browse files Browse the repository at this point in the history
update sha values for ingress-nginx-controller
  • Loading branch information
pikapower authored Jun 4, 2021
2 parents b50d146 + 95da24b commit 0dd20dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ spec:
- name: OPERATOR_NAME
value: ibm-ingress-nginx-operator
- name: INGRESS_IMAGE_DIGEST
value: quay.io/opencloudio/nginx-ingress-controller@sha256:5e7503f1f278544be36c408440dd4477db5b681533f3356485c255b8df0c8680
value: quay.io/opencloudio/nginx-ingress-controller@sha256:572eb9a2e503e3643bd85454fb36ef23761367bf3d0b54fb9a287d406bcc677e
- name: DEFAULT_BACKEND_IMAGE_DIGEST
value: quay.io/opencloudio/default-http-backend@sha256:b1d0ee79102dcb183b684e049c7102fb287f94cf30d9765cb6f4a2dd0feb8b25
- name: KUBECTL_IMAGE_DIGEST
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: OPERATOR_NAME
value: "ibm-ingress-nginx-operator"
- name: INGRESS_IMAGE_DIGEST
value: "quay.io/opencloudio/nginx-ingress-controller@sha256:5e7503f1f278544be36c408440dd4477db5b681533f3356485c255b8df0c8680"
value: "quay.io/opencloudio/nginx-ingress-controller@sha256:572eb9a2e503e3643bd85454fb36ef23761367bf3d0b54fb9a287d406bcc677e"
- name: DEFAULT_BACKEND_IMAGE_DIGEST
value: "quay.io/opencloudio/default-http-backend@sha256:b1d0ee79102dcb183b684e049c7102fb287f94cf30d9765cb6f4a2dd0feb8b25"
- name: KUBECTL_IMAGE_DIGEST
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ingress:
httpsPort: 7443
routeHost: ""
imageRegistry: quay.io/opencloudio
imageDigest: quay.io/opencloudio/nginx-ingress-controller@sha256:5e7503f1f278544be36c408440dd4477db5b681533f3356485c255b8df0c8680
imageDigest: quay.io/opencloudio/nginx-ingress-controller@sha256:572eb9a2e503e3643bd85454fb36ef23761367bf3d0b54fb9a287d406bcc677e
image:
repository: nginx-ingress-controller
tag: 0.23.13
Expand Down

0 comments on commit 0dd20dd

Please sign in to comment.