Skip to content

Commit

Permalink
swich to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Negashev committed Jan 7, 2024
1 parent a4eeb54 commit 0c26611
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 15 additions & 1 deletion chart/templates/cleanup-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@ spec:
workflowSpec:
templates:
- name: cleanup-backups
inputs:
artifacts:
- name: kubectl
path: /bin/kubectl
mode: 755
http:
url: >-
https://storage.googleapis.com/kubernetes-release/release/{{ .Values.kubectl }}/bin/linux/amd64/kubectl
- name: jq
path: /bin/jq
mode: 755
http:
url: >-
https://github.com/jqlang/jq/releases/download/jq-{{ .Values.jq }}/jq-linux-amd64
container:
name: cleanup-backups
image: rancher/kubectl:{{ .Values.kubectl }}
image: alpine
command:
- sh
args:
Expand Down
1 change: 1 addition & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SA from argo (add some rbac)
serviceAccountName: argo-workflow
kubectl: v1.27.9
jq: 1.7.1
# create argo event bus with default name in NS for aldaas
EventBus:
enabled: true
Expand Down

0 comments on commit 0c26611

Please sign in to comment.