Compare commits

..

3 Commits

Author SHA1 Message Date
3fc3765da6 bump chart version 2025-11-09 15:48:40 -06:00
55e174783d add readiness probe to deployment 2025-11-09 15:48:27 -06:00
88dd25ed86 update version 2025-11-09 15:47:55 -06:00
4 changed files with 9 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: git.jwetzell.com/jwetzell/ontime-operator
newTag: v1.4.0
newTag: v1.5.0

View File

@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: v4.0.1
description: A Helm chart for Kubernetes
appVersion: v4.1.0
description: A Helm chart for Ontime
name: stage
type: application
version: 1.4.0
version: 1.5.0

View File

@@ -53,6 +53,10 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
readinessProbe:
httpGet:
path: /health
port: 4001
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 12 }}

View File

@@ -5,7 +5,7 @@ replicaCount: 1
ontime:
version: 4.0.2
version: v4.1.0
# prefix: ""
# timezone: "UTC"
# password: "password"