Skip to content

Commit

Permalink
pin versions (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartshea authored Nov 22, 2024
1 parent 027f3a7 commit 321773d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/runwhen-local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: runwhen-local
description: A Helm chart RunWhen Local - A community powered troubleshooting cheat sheet
type: application
version: 0.2.6
appVersion: "0.8.0"
version: 0.2.7
appVersion: "0.8.1"
icon: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen_icon.png
dependencies:
# - name: grafana-agent
Expand Down
4 changes: 2 additions & 2 deletions charts/runwhen-local/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ runner:
image:
registry: ""
repository: ""
tag: ""
tag: "v1.10.0"
tolerations: []

## opentelemetry-collector is only deployed if runner.enabled is true
Expand All @@ -452,7 +452,7 @@ opentelemetry-collector:
image:
repository: "otel/opentelemetry-collector"
pullPolicy: IfNotPresent
tag: "latest"
tag: "0.104.0"
imagePullSecrets: []
command:
name: "otelcol"
Expand Down

0 comments on commit 321773d

Please sign in to comment.