-
Notifications
You must be signed in to change notification settings - Fork 0
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 superset to 0.14.0 #122
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/superset-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
--- kubernetes/apps/business/superset/app Kustomization: flux-system/cluster-apps-business-superset-app HelmRelease: superset/superset
+++ kubernetes/apps/business/superset/app Kustomization: flux-system/cluster-apps-business-superset-app HelmRelease: superset/superset
@@ -13,13 +13,13 @@
chart: superset
interval: 15m
sourceRef:
kind: HelmRepository
name: superset
namespace: flux-system
- version: 0.12.1
+ version: 0.14.0
install:
remediation:
retries: 3
interval: 15m
maxHistory: 2
uninstall: |
--- HelmRelease: superset/superset Deployment: superset/superset-worker
+++ HelmRelease: superset/superset Deployment: superset/superset-worker
@@ -14,15 +14,15 @@
matchLabels:
app: superset-worker
release: superset
template:
metadata:
annotations:
- checksum/superset_config.py: 63dbcea8b7a5447c76d4a4d50417a530517ab7633f03cf3a1c93d2b1ab3ffd60
+ checksum/superset_config.py: 645f8b44e6f772a77ab5910009c2790dc7fa8a372bb685e15183e1b2b88f2ea1
checksum/superset_bootstrap.sh: dc9a47141051ced34960c313860a55e03eb48c1fa36a0ed25c03ad60cd3b5c48
- checksum/connections: aff18aae0d51df0554749a0a4e8d19970cd9193bfc388762bb2a7cdc9cdade5e
+ checksum/connections: fde2b9db381599059b08a3b72a9c89196c1a03d4d7b8e1f404c1444a7fa0bf11
checksum/extraConfigs: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/extraSecrets: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/extraSecretEnv: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/configOverrides: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/configOverridesFiles: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
labels:
@@ -42,13 +42,13 @@
name: superset-env
image: apache/superset:dockerize
imagePullPolicy: IfNotPresent
name: wait-for-postgres-redis
containers:
- name: superset
- image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+ image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- . /app/pythonpath/superset_bootstrap.sh; celery --app=superset.tasks.celery_app:app
worker
--- HelmRelease: superset/superset Deployment: superset/superset
+++ HelmRelease: superset/superset Deployment: superset/superset
@@ -14,16 +14,16 @@
matchLabels:
app: superset
release: superset
template:
metadata:
annotations:
- checksum/superset_config.py: 63dbcea8b7a5447c76d4a4d50417a530517ab7633f03cf3a1c93d2b1ab3ffd60
+ checksum/superset_config.py: 645f8b44e6f772a77ab5910009c2790dc7fa8a372bb685e15183e1b2b88f2ea1
checksum/superset_init.sh: e6b1e8eac1f7a79a07a6c72a0e2ee6e09654eeb439c6bbe61bfd676917c41e02
checksum/superset_bootstrap.sh: dc9a47141051ced34960c313860a55e03eb48c1fa36a0ed25c03ad60cd3b5c48
- checksum/connections: aff18aae0d51df0554749a0a4e8d19970cd9193bfc388762bb2a7cdc9cdade5e
+ checksum/connections: fde2b9db381599059b08a3b72a9c89196c1a03d4d7b8e1f404c1444a7fa0bf11
checksum/extraConfigs: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/extraSecrets: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/extraSecretEnv: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/configOverrides: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
checksum/configOverridesFiles: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
labels:
@@ -42,13 +42,13 @@
name: superset-env
image: apache/superset:dockerize
imagePullPolicy: IfNotPresent
name: wait-for-postgres
containers:
- name: superset
- image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+ image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
imagePullPolicy: IfNotPresent
command:
- /bin/sh
- -c
- . /app/pythonpath/superset_bootstrap.sh; /usr/bin/run-server.sh
env:
--- HelmRelease: superset/superset Job: superset/superset-init-db
+++ HelmRelease: superset/superset Job: superset/superset-init-db
@@ -1,12 +1,16 @@
---
apiVersion: batch/v1
kind: Job
metadata:
name: superset-init-db
namespace: superset
+ labels:
+ app: superset
+ release: superset
+ heritage: Helm
annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: before-hook-creation
spec:
template:
metadata:
@@ -24,13 +28,13 @@
name: superset-env
image: apache/superset:dockerize
imagePullPolicy: IfNotPresent
name: wait-for-postgres
containers:
- name: superset-init-db
- image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+ image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
env:
- name: DB_PASS
valueFrom:
secretKeyRef:
key: password
name: db-secrets |
8225bd6
to
34b0858
Compare
4fefe93
to
65f197b
Compare
65f197b
to
57c668d
Compare
57c668d
to
ac092b0
Compare
ac092b0
to
bf8a039
Compare
bf8a039
to
13cddbf
Compare
13cddbf
to
81a8baf
Compare
81a8baf
to
c910138
Compare
c910138
to
c2c38e5
Compare
812e9cd
to
ea750fb
Compare
ea750fb
to
c6320e6
Compare
c6320e6
to
5a17319
Compare
5a17319
to
4704f0f
Compare
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:
0.12.1
->0.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apache/superset (superset)
v0.13.2
Compare Source
Configuration
📅 Schedule: Branch creation - "on saturday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.