Compare commits
1 Commits
gitea-acti
...
gitea-acti
Author | SHA1 | Date | |
---|---|---|---|
aa919178a4 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: gitea-actions
|
name: gitea-actions
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
description: Gitea Actions
|
description: Gitea Actions
|
||||||
keywords:
|
keywords:
|
||||||
- cicd
|
- cicd
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# gitea-actions
|
# gitea-actions
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
Gitea Actions
|
Gitea Actions
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@ metadata:
|
|||||||
{{- with .Values.statefulset.annotations }}
|
{{- with .Values.statefulset.annotations }}
|
||||||
{{- toYaml . | nindent 4 }}
|
{{- toYaml . | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
name: {{ include "gitea.actions.fullname" . }}-act-runner
|
name: {{ include "gitea.actions.fullname" . }}-actions
|
||||||
namespace: {{ .Values.namespace | default .Release.Namespace }}
|
namespace: {{ .Values.namespace | default .Release.Namespace }}
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.statefulset.replicas }}
|
replicas: {{ .Values.statefulset.replicas }}
|
||||||
|
Reference in New Issue
Block a user