forked from Gitea/helm-actions
Compare commits
1 Commits
main
...
renovate/w
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c27347b6b4 |
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
changelog:
|
||||
runs-on: ubuntu-latest
|
||||
container: docker.io/thegeeklab/git-sv:2.0.5
|
||||
container: docker.io/thegeeklab/git-sv:2.0.6
|
||||
steps:
|
||||
- name: install tools
|
||||
run: |
|
||||
|
@@ -10,7 +10,7 @@ on:
|
||||
|
||||
env:
|
||||
# renovate: datasource=github-releases depName=helm-unittest/helm-unittest
|
||||
HELM_UNITTEST_VERSION: "v1.0.1"
|
||||
HELM_UNITTEST_VERSION: "v1.0.3"
|
||||
|
||||
jobs:
|
||||
check-and-test:
|
||||
|
@@ -117,10 +117,6 @@ spec:
|
||||
tolerations:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.statefulset.dnsConfig }}
|
||||
dnsConfig:
|
||||
{{- toYaml .Values.statefulset.dnsConfig | nindent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: act-runner-config
|
||||
configMap:
|
||||
|
@@ -11,7 +11,6 @@
|
||||
## @param statefulset.resources Act runner resources
|
||||
## @param statefulset.nodeSelector NodeSelector for the statefulset
|
||||
## @param statefulset.tolerations Tolerations for the statefulset
|
||||
## @param statefulset.dnsConfig dnsConfig for the statefulset
|
||||
## @param statefulset.affinity Affinity for the statefulset
|
||||
## @param statefulset.extraVolumes Extra volumes for the statefulset
|
||||
## @param statefulset.actRunner.registry image registry, e.g. gcr.io,docker.io
|
||||
@@ -44,7 +43,6 @@ statefulset:
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
dnsConfig: {}
|
||||
affinity: {}
|
||||
extraVolumes: []
|
||||
|
||||
|
Reference in New Issue
Block a user