Skip to content

Commit

Permalink
Merge pull request #122 from pikapower/update-sha
Browse files Browse the repository at this point in the history
update sha for kubectl
  • Loading branch information
pikapower authored Jun 1, 2021
2 parents ef52677 + 32041a7 commit c3b5017
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 @@ -341,7 +341,7 @@ spec:
- name: DEFAULT_BACKEND_IMAGE_DIGEST
value: quay.io/opencloudio/default-http-backend@sha256:b1d0ee79102dcb183b684e049c7102fb287f94cf30d9765cb6f4a2dd0feb8b25
- name: KUBECTL_IMAGE_DIGEST
value: quay.io/opencloudio/kubectl@sha256:78b8c05746d6cdef32dbabd31ee7a658ad6ac15aec9939e14385dafffb4eb3ab
value: quay.io/opencloudio/kubectl@sha256:8f8a010daf257b89fead6bc1bfdb7835ff9054b1cfaaea796304ec8c7e0f5c5d
image: quay.io/opencloudio/ibm-ingress-nginx-operator:latest
imagePullPolicy: Always
name: ibm-ingress-nginx-operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ spec:
- name: DEFAULT_BACKEND_IMAGE_DIGEST
value: "quay.io/opencloudio/default-http-backend@sha256:b1d0ee79102dcb183b684e049c7102fb287f94cf30d9765cb6f4a2dd0feb8b25"
- name: KUBECTL_IMAGE_DIGEST
value: "quay.io/opencloudio/kubectl@sha256:78b8c05746d6cdef32dbabd31ee7a658ad6ac15aec9939e14385dafffb4eb3ab"
value: "quay.io/opencloudio/kubectl@sha256:8f8a010daf257b89fead6bc1bfdb7835ff9054b1cfaaea796304ec8c7e0f5c5d"
2 changes: 1 addition & 1 deletion helm-charts/nginx-ingress/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ kubectl:
limits:
memory: "512Mi"
cpu: "200m"
imageDigest: quay.io/opencloudio/kubectl@sha256:78b8c05746d6cdef32dbabd31ee7a658ad6ac15aec9939e14385dafffb4eb3ab
imageDigest: quay.io/opencloudio/kubectl@sha256:8f8a010daf257b89fead6bc1bfdb7835ff9054b1cfaaea796304ec8c7e0f5c5d
imageRegistry: quay.io/opencloudio
image:
repository: kubectl
Expand Down

0 comments on commit c3b5017

Please sign in to comment.