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

Revert "chore(deps): update helm release superset to v0.13.3" #965

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

dixneuf19
Copy link
Owner

Reverts #963

The new version is broked since the base superset image does not include drivers for metadata database (apache/superset#30989)

Needs to build my own image, use one of the shelf of the community or wait for an official solution

@dixneuf19
Copy link
Owner Author

dixneuf19 commented Nov 21, 2024

Kubechecks Report

ArgoCD Application Checks: superset

Sync Phases: PostSync
PostSync phase (1 wave)
Wave 0 (1 resource)
batch/v1/Job data/superset-init-db
apiVersion: batch/v1
kind: Job
metadata:
  annotations:
    helm.sh/hook: post-install,post-upgrade
    helm.sh/hook-delete-policy: before-hook-creation
  labels:
    argocd.argoproj.io/instance: superset
  name: superset-init-db
  namespace: data
spec:
  template:
    metadata:
      name: superset-init-db
    spec:
      containers:
      - command:
        - /bin/sh
        - -c
        - . /app/pythonpath/superset_bootstrap.sh; . /app/pythonpath/superset_init.sh
        envFrom:
        - secretRef:
            name: superset-env
        image: apachesuperset.docker.scarf.sh/apache/superset:4.0.1
        imagePullPolicy: IfNotPresent
        name: superset-init-db
        resources: {}
        volumeMounts:
        - mountPath: /app/pythonpath
          name: superset-config
          readOnly: true
      initContainers:
      - command:
        - /bin/sh
        - -c
        - dockerize -wait "tcp://$DB_HOST:$DB_PORT" -timeout 120s
        envFrom:
        - secretRef:
            name: superset-env
        image: apache/superset:dockerize
        imagePullPolicy: IfNotPresent
        name: wait-for-postgres
      restartPolicy: Never
      securityContext:
        runAsUser: 0
      volumes:
      - name: superset-config
        secret:
          secretName: superset-config

0 added, 4 modified, 0 removed
===== /Service data/superset ======
@@ -11,5 +11,5 @@
     app.kubernetes.io/managed-by: Helm
     argocd.argoproj.io/instance: superset
-    chart: superset-0.13.3
+    chart: superset-0.13.2
     heritage: Helm
     release: superset
===== apps/Deployment data/superset ======
@@ -13,5 +13,5 @@
     app.kubernetes.io/managed-by: Helm
     argocd.argoproj.io/instance: superset
-    chart: superset-0.13.3
+    chart: superset-0.13.2
     heritage: Helm
     release: superset
@@ -257,5 +257,5 @@
         - secretRef:
             name: superset-env
-        image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
+        image: apachesuperset.docker.scarf.sh/apache/superset:4.0.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
===== apps/Deployment data/superset-worker ======
@@ -13,5 +13,5 @@
     app.kubernetes.io/managed-by: Helm
     argocd.argoproj.io/instance: superset
-    chart: superset-0.13.3
+    chart: superset-0.13.2
     heritage: Helm
     release: superset
@@ -219,5 +219,5 @@
         - secretRef:
             name: superset-env
-        image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
+        image: apachesuperset.docker.scarf.sh/apache/superset:4.0.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
===== networking.k8s.io/Ingress data/superset ======
@@ -18,5 +18,5 @@
     app.kubernetes.io/managed-by: Helm
     argocd.argoproj.io/instance: superset
-    chart: superset-0.13.3
+    chart: superset-0.13.2
     heritage: Helm
     release: superset

Show kubeconform report: Passed ✅

Validated against Kubernetes Version: 1.31.0

  • ✅ Passed: v1 ServiceAccount superset-redis
  • ✅ Passed: v1 ServiceAccount eso-local-k8s
  • ✅ Passed: v1 Secret superset-config
  • ✅ Passed: v1 ConfigMap superset-redis-configuration
  • ✅ Passed: v1 ConfigMap superset-redis-health
  • ✅ Passed: v1 ConfigMap superset-redis-scripts
  • ✅ Passed: rbac.authorization.k8s.io/v1 Role eso-local-k8s
  • ✅ Passed: rbac.authorization.k8s.io/v1 RoleBinding eso-local-k8s
  • ✅ Passed: v1 Service superset-redis-headless
  • ✅ Passed: v1 Service superset-redis-master
  • ✅ Passed: v1 Service superset
  • ✅ Passed: apps/v1 Deployment superset-worker
  • ✅ Passed: apps/v1 Deployment superset
  • ✅ Passed: apps/v1 StatefulSet superset-redis-master
  • ✅ Passed: networking.k8s.io/v1 Ingress superset
  • ✅ Passed: external-secrets.io/v1beta1 ExternalSecret superset-env
  • ✅ Passed: external-secrets.io/v1beta1 SecretStore local-k8s
  • ✅ Passed: batch/v1 Job superset-init-db

Done. CommitSHA: 0347441

@dixneuf19 dixneuf19 merged commit 161f891 into main Nov 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant