5 Commits

Author SHA1 Message Date
2ae5f80aa4 Merge pull request 'fixed verion tag' (#6) from version_fix into main
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 7s
Package and publish helm chart / package-helm (push) Successful in 15s
Reviewed-on: #6
2024-10-22 14:15:06 +00:00
Jonas Forsberg
db1b814416 fixed verion tag 2024-10-22 16:14:33 +02:00
8753852318 Merge pull request 'fixed namespace' (#5) from deployment-ns into main
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 8s
Package and publish helm chart / package-helm (push) Successful in 14s
Reviewed-on: #5
2024-10-22 14:08:47 +00:00
Jonas Forsberg
fef72ffc1a fixed namespace 2024-10-22 16:08:06 +02:00
35fbb3534e Merge pull request 'deployment' (#3) from deployment into main
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 9s
Reviewed-on: #3
2024-10-22 12:30:56 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ apiVersion: v2
name: lib
description: Common functions for my helm charts at home
type: library
version: 1.0.0
version: 1.0.2
kubeVersion: ">=1.27.0"
home: git.rre.nu
sources:

View File

@@ -4,6 +4,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "lib.fullname" . }}
namespace: {{ .Values.namespace }}
labels:
{{- include "lib.labels" . | nindent 4 }}
spec: