Skip to content

Commit

Permalink
latest O2 operator and O2 k8s monitoring charts
Browse files Browse the repository at this point in the history
  • Loading branch information
AppdAgents committed Mar 23, 2022
1 parent 6eaa78c commit d266f35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion o2-k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Sophisticated helm chart to deploy clustermon as a deployment, otel
home: https://appdynamics.com
icon: https://raw.githubusercontent.com/CiscoDevNet/appdynamics-charts/master/logo.png

version: 0.2.0
version: 0.3.0

appVersion: 22.3.0

Expand Down
8 changes: 4 additions & 4 deletions o2-k8s-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ logCollectorConfig:

#Deployment specific configs
clustermonPod:
image: appdynamics/o2-k8s-monitoring:latest
image: public.ecr.aws/appdynamics-container-registry/appdynamics-cloud-k8s-monitoring:latest
imagePullPolicy: Always
resources:
limits:
Expand All @@ -76,7 +76,7 @@ clustermonPod:

#Daemonset specific configs
inframonPod:
image: appdynamics/o2-k8s-monitoring:latest
image: public.ecr.aws/appdynamics-container-registry/appdynamics-cloud-k8s-monitoring:latest
imagePullPolicy: Always
resources:
limits:
Expand All @@ -95,7 +95,7 @@ inframonPod:

#Daemonset specific configs
otelCollectorPod:
image: appdynamics/appd-oc-otel-collector:latest
image: public.ecr.aws/appdynamics-container-registry/appdynamics-otel-collector:latest
imagePullPolicy: Always
env: []
resources:
Expand All @@ -115,7 +115,7 @@ otelCollectorPod:

#Daemonset specific configs
logCollectorPod:
image: appdynamics/appd-beats-levitate:latest
image: public.ecr.aws/appdynamics-container-registry/appdynamics-beats:latest
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion o2-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Helm chart for Appdynamics Operator
home: https://appdynamics.com
icon: https://raw.githubusercontent.com/CiscoDevNet/appdynamics-charts/master/logo.png

version: 0.2.0
version: 0.3.0

appVersion: 22.3.0

Expand Down
2 changes: 1 addition & 1 deletion o2-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
operatorServiceAccount: appdynamics-operator
operatorPod:
image: appdynamics/o2-operator:latest
image: public.ecr.aws/appdynamics-container-registry/appdynamics-operator:latest
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit d266f35

Please sign in to comment.