Compare commits

...

4 Commits

Author SHA1 Message Date
fd611813b7 add annotations to deployment 2024-04-21 06:40:46 -06:00
ab5da15b10 remove lazy-librarian 2024-04-21 04:59:41 -06:00
e584566dde fix app version 2024-04-21 04:03:32 -06:00
f06aa3a175 add lazy-librarian 2024-04-21 03:59:25 -06:00
3 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
name: homepage
version: 0.0.11
version: 0.0.12
description: Chart for benphelps homepage
keywords:
- dashboard

View File

@@ -9,6 +9,10 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: homepage
annotations:
{{- with .Values.deployment.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
revisionHistoryLimit: 3
replicas: {{ .Values.deployment.replicas }}

View File

@@ -1,4 +1,5 @@
deployment:
annotations: {}
replicas: 1
strategy: Recreate
image: