Skip to content

Commit

Permalink
Merge pull request #130 from projectsyn/feat/use-appuio-oc-as-kubectl
Browse files Browse the repository at this point in the history
Use `quay.io/appuio/oc` image to run `kubectl` and `curl`
  • Loading branch information
simu authored Aug 4, 2023
2 parents 7d7283c + 0dc8020 commit 0780441
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ parameters:
# fqdns: [ "api.cluster.example.com", "apps.cluster.example.com" ]
images:
kubectl:
registry: docker.io
image: bitnami/kubectl
tag: '1.25.5@sha256:d4a21c081ec10396029758e340ec9ba09bc9dbc9066bb0f55f1cba56ab1cf598'
registry: quay.io
image: appuio/oc
tag: 'v4.12'

helm_values:
global:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ spec:
envFrom:
- secretRef:
name: acme-dns-register
image: docker.io/bitnami/kubectl:1.25.5@sha256:d4a21c081ec10396029758e340ec9ba09bc9dbc9066bb0f55f1cba56ab1cf598
image: quay.io/appuio/oc:v4.12
imagePullPolicy: IfNotPresent
name: register-client
ports: []
Expand Down Expand Up @@ -286,7 +286,7 @@ spec:
envFrom:
- secretRef:
name: acme-dns-register
image: docker.io/bitnami/kubectl:1.25.5@sha256:d4a21c081ec10396029758e340ec9ba09bc9dbc9066bb0f55f1cba56ab1cf598
image: quay.io/appuio/oc:v4.12
imagePullPolicy: IfNotPresent
name: check-client
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
orders.acme.cert-manager.io
- name: HOME
value: /export
image: docker.io/bitnami/kubectl:1.25.5@sha256:d4a21c081ec10396029758e340ec9ba09bc9dbc9066bb0f55f1cba56ab1cf598
image: quay.io/appuio/oc:v4.12
imagePullPolicy: IfNotPresent
name: cert-manager-crd-upgrade
ports: []
Expand Down

0 comments on commit 0780441

Please sign in to comment.