Skip to content

Commit 7c8f564

Browse files
committed
fix: coalesce.go:175: warning: skipped value for extension-xxx.priorityClassName: Not a table.
1 parent db6bbc6 commit 7c8f564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/steadybit-extension-scaffold/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: steadybit-extension-scaffold
33
description: Steadybit scaffold extension Helm chart for Kubernetes.
4-
version: 1.0.22
4+
version: 1.0.23
55
appVersion: latest
66
home: https://www.steadybit.com/
77
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png

charts/steadybit-extension-scaffold/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ topologySpreadConstraints: []
7777
affinity: {}
7878

7979
# priorityClassName -- Priority class used to influence pod scheduling priority.
80-
priorityClassName: ""
80+
priorityClassName: null
8181

8282
# podSecurityContext -- SecurityContext to apply to the pod.
8383
podSecurityContext: {}

0 commit comments

Comments
 (0)