Skip to content

Commit

Permalink
Merge pull request #62 from WyriHaximusNet/use-arm(64)-compatible-kub…
Browse files Browse the repository at this point in the history
…ectl-image
  • Loading branch information
WyriHaximus authored Oct 2, 2021
2 parents df0edd3 + 8ab0a3a commit c754543
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/default-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
home: https://github.com/wyrihaximusnet/docker-default-backend
icon: https://helm.wyrihaximus.net/images/charts/default-backend.png
type: application
version: 0.5.0
version: 0.5.1
kubeVersion: ^1.19
appVersion: random
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/default-backend/values/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ container:
- -c
- kubectl delete pod $(kubectl get pods --selector=app=[[app]] --selector=release=[[release]] -n [[namespace]] --sort-by=.status.startTime --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}' | head -n 1) -n [[namespace]]
image:
repository: bitnami/kubectl
tag: 1.19
repository: raspbernetes/kubectl
tag: 1.18.2
pullPolicy: IfNotPresent
spec:
serviceAccountName: [[fullname]]-recycle-cronjob
Expand Down
2 changes: 1 addition & 1 deletion charts/redirect/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Redirect
home: https://github.com/wyrihaximusnet/docker-redirect
icon: https://helm.wyrihaximus.net/images/charts/redirect.png
type: application
version: 0.10.0
version: 0.10.1
kubeVersion: ^1.19
appVersion: random
maintainers:
Expand Down
4 changes: 2 additions & 2 deletions charts/redirect/values/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ container:
- -c
- kubectl delete pod $(kubectl get pods --selector=app=[[app]] --selector=release=[[release]] -n [[namespace]] --sort-by=.status.startTime --template '{{range .items}}{{.metadata.name}}{{"\n"}}{{end}}' | head -n 1) -n [[namespace]]
image:
repository: bitnami/kubectl
tag: 1.19
repository: raspbernetes/kubectl
tag: 1.18.2
pullPolicy: IfNotPresent
spec:
serviceAccountName: [[fullname]]-recycle-cronjob
Expand Down

0 comments on commit c754543

Please sign in to comment.