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

feat(helm)!: Update chart reloader to v1.0.10 #1613

Merged
merged 1 commit into from
Feb 26, 2023
Merged

Conversation

jarvis-plus-bot[bot]
Copy link
Contributor

@jarvis-plus-bot jarvis-plus-bot bot commented Jan 20, 2023

This PR contains the following updates:

Package Update Change
reloader major v0.0.129 -> v1.0.10

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


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

v1.0.5

Compare Source

Changelog

  • 2bc83a2 Merge pull request #​383 from jkroepke/service-monitor
  • 09babe4 [helm] Add support for relabelings and metricRelabelings for serviceMonitor/podMonitor
  • 0f7403b [skip-ci] Update artifacts

v1.0.4

Compare Source

Changelog

v1.0.3

Compare Source

Changelog

  • 3e36418 Merge pull request #​380 from Allex1/master
  • 1f2d758 [helm] - Add template option to pod/servicemonitor ns/labels
  • adff75f [skip-ci] Update artifacts
  • edb482d remove version

v1.0.2

Compare Source

Changelog

v1.0.1

Compare Source

Changelog

  • 2fe863a Merge pull request #​369 from stakater/create-release-1.0.0
  • 2cfce51 [skip-ci] Update artifacts

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.

@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Jan 20, 2023

Helm Release Diff Report 🔧

Show Report "Path: `k8s/namespaces/base/kube-system/reloader/app/helmrelease.yaml` Version: `v0.0.129` -> `v1.0.10`
@@ -104,7 +104,7 @@
 app.kubernetes.io/managed-by: "Helm"
 group: com.stakater.platform
 provider: stakater
- version: v0.0.129
+ 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: v0.0.129
+ version: v1.0.10
 spec:
 containers:
- - image: "stakater/reloader:v0.0.129"
+ - 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
```"

@jarvis-plus-bot
Copy link
Contributor Author

jarvis-plus-bot bot commented Jan 20, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ KUBERNETES kubeconform 1 0 0.31s
⚠️ REPOSITORY checkov yes 451 29.77s
✅ REPOSITORY dustilock yes no 0.25s
✅ REPOSITORY git_diff yes no 0.1s
✅ REPOSITORY secretlint yes no 3.08s
⚠️ REPOSITORY trivy yes 1 78.37s
✅ SPELL misspell 1 0 0.06s
✅ YAML prettier 1 0 0.56s
✅ YAML yamllint 1 0 0.35s

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

@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.2 feat(helm)!: Update chart reloader to v1.0.3 Jan 30, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.3 feat(helm)!: Update chart reloader to v1.0.4 Feb 6, 2023
@jarvis-plus-bot jarvis-plus-bot bot force-pushed the renovate/reloader-1.x branch 2 times, most recently from b934abc to 8908c5e Compare February 7, 2023 18:06
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.4 feat(helm)!: Update chart reloader to v1.0.5 Feb 7, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.5 feat(helm)!: Update chart reloader to v1.0.6 Feb 26, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.6 feat(helm)!: Update chart reloader to v1.0.7 Feb 26, 2023
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.7 feat(helm)!: Update chart reloader to v1.0.9 Feb 26, 2023
| datasource | package  | from     | to      |
| ---------- | -------- | -------- | ------- |
| helm       | reloader | v0.0.129 | v1.0.10 |

Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
@jarvis-plus-bot jarvis-plus-bot bot changed the title feat(helm)!: Update chart reloader to v1.0.9 feat(helm)!: Update chart reloader to v1.0.10 Feb 26, 2023
@xunholy xunholy merged commit 8000210 into main Feb 26, 2023
@xunholy xunholy deleted the renovate/reloader-1.x branch February 26, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant