Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update chart reloader to v1.0.10 #577

Merged
merged 1 commit into from
Feb 27, 2023
Merged

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

@snoopy82481-bot snoopy82481-bot bot commented Feb 26, 2023

This PR contains the following updates:

Package Update Change
reloader patch v1.0.5 -> v1.0.10

Release Notes

stakater/Reloader

v1.0.10

Compare Source

Changelog

  • d660f9d Merge branch 'master' into add-fullname-override-on-values
  • fdc99f8 Merge pull request #​398 from yu-croco/add-fullname-override-on-values
  • 80a7f1e [skip-ci] Update artifacts
  • ad03e58 chore: Add nameOverride and fullnameOverride explicitly on values.yaml Signed-off-by: yu-croco yu.croco@gmail.com

v1.0.9

Compare Source

Changelog

  • 9173f44 Merge pull request #​396 from stakater/update-push-workflow
  • b279aab Remove changes from push workflow
  • 63022fe Remove optional manifests which are outdated
  • 032c391 [skip-ci] Update artifacts
  • 8c4523d update push workflow to render manifests correctly

v1.0.8

Compare Source

Changelog

  • 646c64a Bump golang.org/x/net from 0.5.0 to 0.7.0
  • 34c1f38 Merge pull request #​393 from stakater/dependabot/go_modules/golang.org/x/net-0.7.0
  • f795fa2 [skip-ci] Update artifacts

v1.0.7

Compare Source

Changelog

  • c7f507a Merge pull request #​386 from d3adb5/feat/set-rootfs-ro
  • fdc8a61 [skip-ci] Update artifacts
  • 451e4f6 feat: set read-only root filesystem at container level
  • 5a9ccbf fix: properly capitalize 'filesystem' in values

v1.0.6

Compare Source

Changelog

  • 54d0681 Merge pull request #​385 from d3adb5/chore/stop-listening-on-9091
  • 70aef8a [skip-ci] Update artifacts
  • 2f8999e chore: listen on only 9090 for /metrics and /live

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@snoopy82481-bot snoopy82481-bot bot added renovate/helm type/patch size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 26, 2023
@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/kube-system/reloader/helm-release.yaml
Version: v1.0.5 -> v1.0.6

@@ -104,7 +104,7 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.6
 name: reloader-reloader
 namespace: default
 spec:
@@ -123,16 +123,14 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.6
 spec:
 containers:
- - image: "stakater/reloader:v1.0.5"
+ - image: "stakater/reloader:v1.0.6"
 imagePullPolicy: IfNotPresent
 name: reloader-reloader
 ports:
 - name: http
- containerPort: 9091
- - name: metrics
 containerPort: 9090
 livenessProbe:
 httpGet:
@@ -145,7 +143,7 @@
 readinessProbe:
 httpGet:
 path: /metrics
- port: metrics
+ port: http
 timeoutSeconds: 5
 failureThreshold: 5
 periodSeconds: 10

@snoopy82481-bot
Copy link
Contributor Author

snoopy82481-bot bot commented Feb 26, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.09s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 1.27s
✅ YAML prettier 1 0 0.41s
✅ YAML yamllint 1 0 0.22s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@snoopy82481-bot snoopy82481-bot bot changed the title fix(helm): update chart reloader to v1.0.6 fix(helm): update chart reloader to v1.0.8 Feb 26, 2023
@snoopy82481-bot snoopy82481-bot bot changed the title fix(helm): update chart reloader to v1.0.8 fix(helm): update chart reloader to v1.0.9 Feb 26, 2023
@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/kube-system/reloader/helm-release.yaml
Version: v1.0.5 -> v1.0.9

@@ -104,7 +104,7 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.9
 name: reloader-reloader
 namespace: default
 spec:
@@ -123,16 +123,14 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.9
 spec:
 containers:
- - image: "stakater/reloader:v1.0.5"
+ - image: "stakater/reloader:v1.0.9"
 imagePullPolicy: IfNotPresent
 name: reloader-reloader
 ports:
 - name: http
- containerPort: 9091
- - name: metrics
 containerPort: 9090
 livenessProbe:
 httpGet:
@@ -145,11 +143,13 @@
 readinessProbe:
 httpGet:
 path: /metrics
- port: metrics
+ port: http
 timeoutSeconds: 5
 failureThreshold: 5
 periodSeconds: 10
 successThreshold: 1
+ securityContext:
+ readOnlyRootFilesystem: true
 volumeMounts:
 - mountPath: /tmp/
 name: tmp-volume

| datasource | package  | from   | to      |
| ---------- | -------- | ------ | ------- |
| helm       | reloader | v1.0.5 | v1.0.10 |
@snoopy82481-bot snoopy82481-bot bot changed the title fix(helm): update chart reloader to v1.0.9 fix(helm): update chart reloader to v1.0.10 Feb 26, 2023
@snoopy82481-bot
Copy link
Contributor Author

Path: k8s/namespaces/clusters/base/kube-system/reloader/helm-release.yaml
Version: v1.0.5 -> v1.0.10

@@ -104,7 +104,7 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.10
 name: reloader-reloader
 namespace: default
 spec:
@@ -123,16 +123,14 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v1.0.5
+ version: v1.0.10
 spec:
 containers:
- - image: "stakater/reloader:v1.0.5"
+ - image: "stakater/reloader:v1.0.10"
 imagePullPolicy: IfNotPresent
 name: reloader-reloader
 ports:
 - name: http
- containerPort: 9091
- - name: metrics
 containerPort: 9090
 livenessProbe:
 httpGet:
@@ -145,11 +143,13 @@
 readinessProbe:
 httpGet:
 path: /metrics
- port: metrics
+ port: http
 timeoutSeconds: 5
 failureThreshold: 5
 periodSeconds: 10
 successThreshold: 1
+ securityContext:
+ readOnlyRootFilesystem: true
 volumeMounts:
 - mountPath: /tmp/
 name: tmp-volume

@snoopy82481 snoopy82481 merged commit f68eaf9 into main Feb 27, 2023
@snoopy82481 snoopy82481 deleted the renovate/reloader-1.x branch February 27, 2023 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant