Skip to content

Commit

Permalink
update ks-core helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-ci-bot committed Mar 27, 2024
1 parent 71980f4 commit 7159a24
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ks-core/templates/post-delete-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ spec:
volumeMounts:
- mountPath: /scripts
name: scripts
resources: {{- toYaml .Values.upgrade.resources | nindent 12 }}
volumes:
- name: scripts
configMap:
Expand Down
1 change: 1 addition & 0 deletions src/test/ks-core/templates/post-patch-system-ns-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ spec:
kubectl label ns $ns kubesphere.io/workspace=system-workspace
kubectl label ns $ns kubesphere.io/managed=true
done
resources: {{- toYaml .Values.upgrade.resources | nindent 12 }}
1 change: 1 addition & 0 deletions src/test/ks-core/templates/pre-delete-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
volumeMounts:
- mountPath: /scripts
name: scripts
resources: {{- toYaml .Values.upgrade.resources | nindent 12 }}
volumes:
- name: scripts
configMap:
Expand Down
9 changes: 9 additions & 0 deletions src/test/ks-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,15 @@ extension:
imageRegistry: ""
nodeSelector: {}

hook:
resources:
limits:
cpu: 1
memory: 1024Mi
requests:
cpu: 20m
memory: 100Mi

upgrade:
disabled: false
image:
Expand Down

0 comments on commit 7159a24

Please sign in to comment.