Conversation
📝 WalkthroughWalkthroughThe InfluxDB initContainer image digest in the Scrutiny HelmRelease manifest is updated. Only the image tag/digest changes on a single line; all other HelmRelease configuration remains unchanged. ChangesInfluxDB InitContainer Image Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
--- kubernetes/apps/observability/scrutiny/app Kustomization: observability/scrutiny HelmRelease: observability/scrutiny
+++ kubernetes/apps/observability/scrutiny/app Kustomization: observability/scrutiny HelmRelease: observability/scrutiny
@@ -72,13 +72,13 @@
DOCKER_INFLUXDB_INIT_PASSWORD: scrutiny1@
DOCKER_INFLUXDB_INIT_RETENTION: 104w
DOCKER_INFLUXDB_INIT_USERNAME: admin
TZ: America/Los_Angeles
image:
repository: docker.io/library/influxdb
- tag: 2.8.0-alpine@sha256:4f90d40c00193d91889ad872c39a586a011db4ac4d1a766e248d9cbbcc6cec3e
+ tag: 2.8.0-alpine@sha256:41dd20908d395acc7b839b64e4350e2b5f41a368beb2a1368ca52e8c76c94b3d
probes:
liveness:
custom: true
enabled: true
spec:
httpGet: |
--- HelmRelease: observability/scrutiny Deployment: observability/scrutiny
+++ HelmRelease: observability/scrutiny Deployment: observability/scrutiny
@@ -56,13 +56,13 @@
- name: DOCKER_INFLUXDB_INIT_RETENTION
value: 104w
- name: DOCKER_INFLUXDB_INIT_USERNAME
value: admin
- name: TZ
value: America/Los_Angeles
- image: docker.io/library/influxdb:2.8.0-alpine@sha256:4f90d40c00193d91889ad872c39a586a011db4ac4d1a766e248d9cbbcc6cec3e
+ image: docker.io/library/influxdb:2.8.0-alpine@sha256:41dd20908d395acc7b839b64e4350e2b5f41a368beb2a1368ca52e8c76c94b3d
livenessProbe:
httpGet:
path: /health
port: 8086
initialDelaySeconds: 30
name: influxdb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4f90d40→41dd209Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.