Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 73871df69b | |||
| 44b2763745 |
@@ -58,6 +58,10 @@ spec:
|
||||
{{- with .Values.env }}
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
@@ -76,6 +80,10 @@ spec:
|
||||
env:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.envFrom }}
|
||||
envFrom:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.resources }}
|
||||
resources:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
|
||||
@@ -52,6 +52,7 @@ tolerations: []
|
||||
affinity: {}
|
||||
|
||||
env: {}
|
||||
envFrom: {}
|
||||
|
||||
persistence: {}
|
||||
# enabled: true
|
||||
|
||||
@@ -7,7 +7,7 @@ echo "Using version: ${VERSION}"
|
||||
# Package the chart with version/appVersion = git tag (sans 'v')
|
||||
helm package "${CHART_DIR}" \
|
||||
--version "${VERSION}" \
|
||||
--app-version "${VERSION}"
|
||||
--app-version "v${VERSION}"
|
||||
|
||||
# Add the Gitea Helm repo with basic auth (stored in Helm config)
|
||||
helm repo add "${DRONE_REPO_NAME}" "https://git.itzana.me/api/packages/${DRONE_REPO_OWNER}/helm" \
|
||||
|
||||
Reference in New Issue
Block a user