chore(helm): update image ghcr.io/elfhosted/riven-frontend v0.16.2 → v0.16.3 (#28061)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/elfhosted/riven-frontend | patch | `92c14b2` -> `eb44190` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl> Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -30,4 +30,4 @@ sources:
|
||||
- https://ghcr.io/elfhosted/riven-frontend
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/riven
|
||||
type: application
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
||||
|
||||
@@ -6,7 +6,7 @@ image:
|
||||
frontendImage:
|
||||
repository: ghcr.io/elfhosted/riven-frontend
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.16.2@sha256:92c14b2f78674ff7e4aa58d4a6b9cf6bc4be4f105000504c4578eaeb53b18570
|
||||
tag: v0.16.3@sha256:eb44190dd10920b8eeb0068f3a5fbcae5128d203eec242675dd838acb000d11f
|
||||
|
||||
service:
|
||||
main:
|
||||
@@ -86,7 +86,6 @@ workload:
|
||||
DIALECT: "postgres"
|
||||
DATABASE_URL: '{{ printf "postgresql://%s:%s@%s.%s/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace .Values.cnpg.main.database }}'
|
||||
|
||||
|
||||
persistence:
|
||||
logs:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user