Skip to content

Commit

Permalink
update helm chart with the latest release versions (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Nov 30, 2022
1 parent d27835c commit 784a784
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deployments/k8s/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: signalfx-agent
labels:
app: signalfx-agent
version: 5.24.0
version: 5.26.0
spec:
selector:
matchLabels:
Expand All @@ -20,7 +20,7 @@ spec:
metadata:
labels:
app: signalfx-agent
version: 5.24.0
version: 5.26.0

annotations:
{}
Expand All @@ -45,7 +45,7 @@ spec:

containers:
- name: signalfx-agent
image: "quay.io/signalfx/signalfx-agent:5.24.0"
image: "quay.io/signalfx/signalfx-agent:5.26.0"
imagePullPolicy: IfNotPresent
command:
- /bin/signalfx-agent
Expand Down
6 changes: 3 additions & 3 deletions deployments/k8s/serverless/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
name: signalfx-agent
labels:
app: signalfx-agent
version: 5.24.0
version: 5.26.0
spec:
replicas: 1
selector:
Expand All @@ -23,7 +23,7 @@ spec:
metadata:
labels:
app: signalfx-agent
version: 5.24.0
version: 5.26.0

annotations:
{}
Expand All @@ -36,7 +36,7 @@ spec:

containers:
- name: signalfx-agent
image: "quay.io/signalfx/signalfx-agent:5.24.0"
image: "quay.io/signalfx/signalfx-agent:5.26.0"
imagePullPolicy: IfNotPresent
command:
- /bin/signalfx-agent
Expand Down

0 comments on commit 784a784

Please sign in to comment.