Skip to content

Commit

Permalink
feat: disable discovery of labeled deployments / container / pods for…
Browse files Browse the repository at this point in the history
… extension-kubernetes discovery
  • Loading branch information
ansgarschulte committed Aug 8, 2023
1 parent 70db396 commit 1bd5419
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/steadybit-extension-scaffold/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: extensionlib
repository: https://steadybit.github.io/helm-charts
version: 1.4.0
digest: sha256:c3931aae14c06eac0b12f52e593eb270c729c263cdea9264d3f9b099c2be72ab
generated: "2023-07-28T17:40:09.027893+02:00"
version: 1.4.1
digest: sha256:9696c58998e1e60b726b357678de1fba6d380dfb4ad580e08032b9613509ca53
generated: "2023-08-08T15:12:04.329194+02:00"
4 changes: 2 additions & 2 deletions charts/steadybit-extension-scaffold/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-scaffold
description: Steadybit scaffold extension Helm chart for Kubernetes.
version: 1.0.9
version: 1.0.10
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand All @@ -21,5 +21,5 @@ annotations:
url: https://hub.steadybit.com
dependencies:
- name: extensionlib
version: ^1.4.0
version: ^1.4.1
repository: https://steadybit.github.io/helm-charts
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions charts/steadybit-extension-scaffold/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
{{- range $key, $value := .Values.extraLabels }}
{{ $key }}: {{ $value }}
{{- end }}
{{- include "extensionlib.labels" (list .) | nindent 6 }}
spec:
replicas: 1
selector:
Expand All @@ -16,6 +17,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: {{ include "extensionlib.names.name" . }}
{{- include "extensionlib.labels" (list .) | nindent 8 }}
spec:
containers:
- image: {{ .Values.image.name }}:{{ .Values.image.tag }}
Expand Down

0 comments on commit 1bd5419

Please sign in to comment.