Compare commits

...

2 commits
v1.0.1 ... main

Author SHA1 Message Date
Waylon S. Walker
573f8c082c bump version 2025-04-14 08:54:14 -05:00
Waylon S. Walker
fa9e0f3f4d annotations not label 2025-04-14 08:53:59 -05:00
2 changed files with 2 additions and 1 deletions

View file

@ -7,5 +7,5 @@ icon: https://raw.githubusercontent.com/waylon/k8s-basic/master/helm-chart/logo.
name: k8s-basic name: k8s-basic
description: A helm chart for basic container deployment description: A helm chart for basic container deployment
type: application type: application
version: 1.0.1 version: 1.0.2
appVersion: "1.0" appVersion: "1.0"

View file

@ -14,6 +14,7 @@ spec:
metadata: metadata:
labels: labels:
service: {{ .Values.name }} service: {{ .Values.name }}
annotations:
diun.enable: "true" diun.enable: "true"
spec: spec:
securityContext: securityContext: