Skip to content

Commit

Permalink
helm: don't set image.tag in values.yaml
Browse files Browse the repository at this point in the history
This way the default is to fallback to appVersion from the Chart.yaml.

Signed-off-by: Markus Lehtonen <[email protected]>
  • Loading branch information
marquiz committed Oct 10, 2023
1 parent 1979024 commit e1f57da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deployment/helm/memory-qos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "main"
appVersion: unstable
description: |
The memory-qos NRI plugin adds two methods for controlling cgroups v2
memory.* parameters: QoS class and direct memory annotations.
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memory-qos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
name: ghcr.io/containers/nri-plugins/nri-memory-qos
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
tag: unstable
#tag: unstable
pullPolicy: Always

resources:
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memtierd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "main"
appVersion: unstable
description: |
The memtierd NRI plugin enables managing workloads with Memtierd in Kubernetes.
name: nri-memtierd
Expand Down
2 changes: 1 addition & 1 deletion deployment/helm/memtierd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
name: ghcr.io/containers/nri-plugins/nri-memtierd
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
tag: unstable
#tag: unstable
pullPolicy: Always

resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: main
appVersion: unstable
description: |
The balloons NRI resource policy plugin implements workload placement into
“balloons” that are disjoint CPU pools.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-balloons
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
tag: unstable
#tag: unstable
pullPolicy: Always

config:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: main
appVersion: unstable
description: |
Topology-aware NRI resource policy plugin is a NRI plugin that will
apply hardware-aware resource allocation policies to the containers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
image:
name: ghcr.io/containers/nri-plugins/nri-resource-policy-topology-aware
# tag, if defined will use the given image tag, otherwise Chart.AppVersion will be used
tag: unstable
#tag: unstable
pullPolicy: Always

config:
Expand Down

0 comments on commit e1f57da

Please sign in to comment.