We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7266862 commit 9f0ca87Copy full SHA for 9f0ca87
charts/tinysystems-otel-collector/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: tinysystems-otel-collector
3
description: A minimalistic Helm chart for OpenTelemetry Collector
4
type: application
5
-version: 0.1.3
+version: 0.1.4
6
appVersion: "1.0"
charts/tinysystems-otel-collector/values.yaml
@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: ghcr.io/tiny-systems/otel-collector
pullPolicy: Always
- tag: "0.5.2"
+ tag: "0.5.3"
7
8
imagePullSecrets: []
9
nameOverride: ""
0 commit comments