Skip to content

Commit

Permalink
Add support for additional pod labels (#1)
Browse files Browse the repository at this point in the history
* Update dependencies

* Add pod labels

* chmod

* Update chart version

* Update versions
  • Loading branch information
CmdrSharp committed Dec 28, 2023
1 parent 6dde37c commit 9aa2ca1
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 46 deletions.
100 changes: 57 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kubepulse"
version = "0.1.0"
version = "0.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions charts/kubepulse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: kubepulse
description: A cluster test application for Kubernetes
type: application
version: 0.1.1
appVersion: "0.1.0"
version: 0.1.2
appVersion: "0.1.2"
1 change: 1 addition & 0 deletions charts/kubepulse/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
{{- end }}
labels:
{{- include "kubepulse.selectorLabels" . | nindent 8 }}
{{- toYaml .Values.podLabels | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down
1 change: 1 addition & 0 deletions charts/kubepulse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ nameOverride: ""
fullnameOverride: ""

podAnnotations: {}
podLabels: {}

podSecurityContext: {}

Expand Down
Empty file modified set-app-version.sh
100644 → 100755
Empty file.

0 comments on commit 9aa2ca1

Please sign in to comment.