Skip to content

Commit

Permalink
Bump versions, set gates (open-telemetry#1255)
Browse files Browse the repository at this point in the history
* bump versions, set gates

* upgrade CRDs

* version bump
  • Loading branch information
jaronoff97 authored Jul 12, 2024
1 parent 783a47c commit 9ecddbf
Show file tree
Hide file tree
Showing 36 changed files with 776 additions and 144 deletions.
6 changes: 3 additions & 3 deletions charts/opentelemetry-kube-stack/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.0.0
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.63.2
digest: sha256:245083890bfa77a68106cde7bb1227fce41e60a7cdbfd6c589d6b2038e8a7dd2
generated: "2024-07-01T14:30:17.623074-04:00"
version: 0.64.1
digest: sha256:0b3f57dffe2c80f595bbc5af8e6f3764eac7ac9a6463f852d9453bdf1751eab3
generated: "2024-07-11T14:21:31.680624-04:00"
4 changes: 2 additions & 2 deletions charts/opentelemetry-kube-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-kube-stack
version: 0.0.8
version: 0.0.9
description: |
OpenTelemetry Quickstart chart for Kubernetes.
Installs an operator and collector for an easy way to get started with Kubernetes observability.
Expand All @@ -22,5 +22,5 @@ dependencies:
condition: crds.install
- name: opentelemetry-operator
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.63.2
version: 0.64.1
condition: opentelemetry-operator.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -96,6 +97,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -124,6 +126,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -162,6 +165,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -232,6 +236,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -270,6 +275,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -336,6 +342,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -374,6 +381,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -407,6 +415,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -445,6 +454,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -513,6 +523,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -551,6 +562,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -631,6 +643,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -669,6 +682,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -697,6 +711,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -735,6 +750,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -803,6 +819,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -841,6 +858,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -922,6 +940,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down Expand Up @@ -960,6 +979,7 @@ spec:
key:
type: string
name:
default: ""
type: string
optional:
type: boolean
Expand Down
Loading

0 comments on commit 9ecddbf

Please sign in to comment.