Skip to content

Commit

Permalink
deps: upgrade kubectl and mock images to 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm-sumo committed Jun 19, 2024
1 parent d0c264a commit 26a44b2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions .changelog/3775.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deps: upgrade kubectl and mock images to 2.24.0
6 changes: 3 additions & 3 deletions deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `opentelemetry-operator.manager.resources.requests.memory` | Used to set requested Memory for OpenTelemetry-Operator Manager. | `256Mi` |
| `instrumentation.instrumentationNamespaces` | Used to create `Instrumentation` resources in specified namespaces. | `Nil` |
| `instrumentation.instrumentationJobImage.image.repository` | Name of the image repository used to apply Instrumentation resource | `public.ecr.aws/sumologic/kubernetes-tools-kubectl` |
| `instrumentation.instrumentationJobImage.image.tag` | Name of the image tag used to apply Instrumentation resource | `2.22.0` |
| `instrumentation.instrumentationJobImage.image.tag` | Name of the image tag used to apply Instrumentation resource | `2.24.0` |
| `opentelemetry-operator.admissionWebhooks` | Admission webhooks make sure only requests with correctly formatted rules will get into the Operator. They also enable the sidecar injection for OpenTelemetryCollector and Instrumentation CR's. | See [values.yaml] |
| `opentelemetry-operator.manager.env` | Additional environment variables for opentelemetry-operator helm chart. | `{"ENABLE_WEBHOOKS": "true"}` |
| `opentelemetry-operator.kubeRBACProxy.image.repository` | Container repository for Kube RBAC Proxy. | `public.ecr.aws/sumologic/kube-rbac-proxy` |
Expand Down Expand Up @@ -519,7 +519,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `pvcCleaner.metrics.enabled` | Flag to enable cleaning unused PVCs for otelcol metrics statefulsets. | `false` |
| `pvcCleaner.logs.enabled` | Flag to enable cleaning unused PVCs for otelcol logs statefulsets. | `false` |
| `pvcCleaner.job.image.repository` | Image repository for pvcCleaner docker containers. | `public.ecr.aws/sumologic/kubernetes-tools-kubectl` |
| `pvcCleaner.job.image.tag` | Image tag for pvcCleaner docker containers. | `2.22.0` |
| `pvcCleaner.job.image.tag` | Image tag for pvcCleaner docker containers. | `2.24.0` |
| `pvcCleaner.job.image.pullPolicy` | Image pullPolicy for pvcCleaner docker containers. | `IfNotPresent` |
| `pvcCleaner.job.resources` | Resource requests and limits for the pvcCleaner containers. | `{"limits": {"memory": "256Mi", "cpu": "2000m"}, "requests": {"memory": "64Mi", "cpu": "100m"}}` |
| `pvcCleaner.job.nodeSelector` | Node selector for pvcCleaner job. [See help.sumologic.com/docs/send-data/kubernetes/best-practices for more information.](https://help.sumologic.com/docs/send-data/kubernetes/best-practices/) | `{}` |
Expand Down Expand Up @@ -560,7 +560,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `debug.sumologicMock.deployment.securityContext` | The securityContext configuration for the Sumo Logic Mock deployment. | `{}` |
| `debug.sumologicMock.deployment.tolerations` | Tolerations for the Sumo Logic Mock deployment. | `{}` |
| `debug.sumologicMock.enabled` | Set to `true` to enable Sumo Logic Mock pod. | `false` |
| `debug.sumologicMock.image` | Docker image for the Sumo Logic Mock. | `{"repository": "public.ecr.aws/sumologic/sumologic-mock", "tag": "2.22.0-59-g245ae92", "pullPolicy": "IfNotPresent"}` |
| `debug.sumologicMock.image` | Docker image for the Sumo Logic Mock. | `{"repository": "public.ecr.aws/sumologic/sumologic-mock", "tag": "2.24.0", "pullPolicy": "IfNotPresent"}` |
| `debug.enableLocalMode` | Use it along with `debug.sumologicMock.enabled` in order to install collection locally without accessId, accessKey | `false` |

[values.yaml]: values.yaml
Expand Down
6 changes: 3 additions & 3 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2526,7 +2526,7 @@ pvcCleaner:
job:
image:
repository: public.ecr.aws/sumologic/kubernetes-tools-kubectl
tag: 2.22.0
tag: 2.24.0
pullPolicy: IfNotPresent

resources:
Expand Down Expand Up @@ -2567,7 +2567,7 @@ instrumentation:
instrumentationJobImage:
image:
repository: public.ecr.aws/sumologic/kubernetes-tools-kubectl
tag: 2.22.0
tag: 2.24.0

createDefaultInstrumentation: false
instrumentationNamespaces: ""
Expand Down Expand Up @@ -2623,7 +2623,7 @@ debug:
enabled: false
image:
repository: public.ecr.aws/sumologic/sumologic-mock
tag: 2.22.0-59-g245ae92
tag: 2.24.0
pullPolicy: IfNotPresent
deployment:
nodeSelector: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: RELEASE-NAME-sumologic
containers:
- name: instrumentation-cr-applier
image: public.ecr.aws/sumologic/kubernetes-tools-kubectl:2.22.0
image: public.ecr.aws/sumologic/kubernetes-tools-kubectl:2.24.0
volumeMounts:
- name: instrumentation-cr-configmap
mountPath: /tmp/instrumentation-cr.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
containers:
- ports:
- containerPort: 3000
image: public.ecr.aws/sumologic/sumologic-mock:2.22.0-59-g245ae92
image: public.ecr.aws/sumologic/sumologic-mock:2.24.0
name: sumologic-mock
args:
- sumologic-mock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
containers:
- ports:
- containerPort: 3000
image: public.ecr.aws/sumologic/sumologic-mock:2.22.0-59-g245ae92
image: public.ecr.aws/sumologic/sumologic-mock:2.24.0
name: sumologic-mock
args:
- sumologic-mock
Expand Down

0 comments on commit 26a44b2

Please sign in to comment.