Skip to content

Commit 9aa2ca1

Browse files
authored
Add support for additional pod labels (#1)
* Update dependencies * Add pod labels * chmod * Update chart version * Update versions
1 parent 6dde37c commit 9aa2ca1

File tree

6 files changed

+62
-46
lines changed

6 files changed

+62
-46
lines changed

Cargo.lock

Lines changed: 57 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kubepulse"
3-
version = "0.1.0"
3+
version = "0.1.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

charts/kubepulse/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: kubepulse
33
description: A cluster test application for Kubernetes
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.0"
5+
version: 0.1.2
6+
appVersion: "0.1.2"

charts/kubepulse/templates/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:
1919
{{- end }}
2020
labels:
2121
{{- include "kubepulse.selectorLabels" . | nindent 8 }}
22+
{{- toYaml .Values.podLabels | nindent 8 }}
2223
spec:
2324
{{- with .Values.imagePullSecrets }}
2425
imagePullSecrets:

charts/kubepulse/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nameOverride: ""
1616
fullnameOverride: ""
1717

1818
podAnnotations: {}
19+
podLabels: {}
1920

2021
podSecurityContext: {}
2122

set-app-version.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)