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/demo #894

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Fix/demo #894

merged 2 commits into from
Dec 6, 2024

Conversation

phac008
Copy link
Contributor

@phac008 phac008 commented Dec 6, 2024

No description provided.

… kubevirt+

Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
Signed-off-by: phac008 <philipp.achmueller@suxess-it.com>
Copy link

github-actions bot commented Dec 6, 2024

Changes Rendered Chart
diff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml	2024-12-06 10:41:41.575884067 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/app-config-configmap.yaml	2024-12-06 10:41:13.323833128 +0000
@@ -8,9 +8,9 @@
 data:
   app-config.yaml: |
     app:
       baseUrl: https://backstage.demo.kubrix.cloud
-      title: sX CNP App
+      title: kubriX platform
     argocd:
       appLocatorMethods:
       - instances:
         - name: kubrixdemo
@@ -79,10 +79,14 @@
         - 'https:'
         frame-src:
         - '*.demo.kubrix.cloud'
       database:
-        client: better-sqlite3
-        connection: ':memory:'
+        client: pg
+        connection:
+          host: ${POSTGRES_HOST}
+          password: ${POSTGRES_PASSWORD}
+          port: ${POSTGRES_PORT}
+          user: ${POSTGRES_USER}
       listen:
         port: 7007
     catalog:
       import:
@@ -187,46 +191,49 @@
       - description: Central Monitoring
         image: /homepage/images/monitoring.jpg
         tags:
         - Monitoring
-        - notReallyavailable
+        - Observability
         title: Central Monitoring
-        url: /monitoring
-      - description: Discover other companies platforms
+        url: https://grafana.demo.kubrix.cloud/
+      - description: Discover kubriX GitOps CD
         image: /homepage/images/platforms.jpg
         tags:
-        - platforms
-        - notReallyavailable
-        title: Platforms
-        url: /platforms
-      - description: Recommended products for Platform Missions
-        image: /homepage/images/infrastructure.jpg
-        tags:
-        - infrastructure
-        - notReallyavailable
-        title: Infrastructure
-        url: /infrastructure
-      - description: corporate building blocks
+        - GitOps
+        - CD
+        - argocd
+        title: GitOps CD
+        url: https://argocd.demo.kubrix.cloud/
+      - description: orchestrate stage-to-stage deployments
         image: /homepage/images/sdk.jpg
         tags:
-        - clientSDK
-        - notReallyavailable
-        title: Client SDKs
-        url: /cliendsdk
-      - description: User experiences arount specific domains of interest
+        - kargo
+        - multistage
+        - promotion
+        title: GitOps Promotion
+        url: https://kargo.demo.kubrix.cloud
+      - description: Discover security threats in real time
+        image: /homepage/images/infrastructure.jpg
+        tags:
+        - falco
+        - Threat Detection
+        - Regulatory Compliance
+        title: Thread Detection
+        url: https://falco.demo.kubrix.cloud
+      - description: Identity and Access Management
         image: /homepage/images/hubs.jpg
         tags:
-        - hubs
-        - notReallyavailable
-        title: Hubs
-        url: /hubs
-      - description: Official sX Apps
+        - keycloak
+        - sso
+        title: IAM
+        url: /https://keycloak.demo.kubrix.cloud
+      - description: Manage Secrets
         image: /homepage/images/apps.jpg
         tags:
-        - apps
-        - notReallyavailable
-        title: Apps
-        url: /hubs
+        - vault
+        - secrets
+        title: Secret Management
+        url: https://vault.demo.kubrix.cloud
     grafana:
       domain: https://grafana.demo.kubrix.cloud
       unifiedAlerting: false
     integrations:
@@ -267,9 +274,9 @@
         plural: virtualmachineinstances
       serviceLocatorMethod:
         type: multiTenant
     organization:
-      name: sX CNP
+      name: kubriX platform
     permission:
       enabled: false
       rbac:
         admin:
diff -U 4 -r out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml
--- out/target/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml	2024-12-06 10:41:41.575884067 +0000
+++ out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts/backstage/templates/backstage-deployment.yaml	2024-12-06 10:41:13.323833128 +0000
@@ -28,9 +28,9 @@
         app.kubernetes.io/instance: release-name
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/component: backstage
       annotations:
-        checksum/app-config: 56fa27395d9250636cee99c75cfcc8ea88b68aa80b1691c4fc7447539a603326
+        checksum/app-config: 92166dc8c05d3b34a9b50109917eb84dbd96402464d3a68435859d24cb98d8de
     spec:
       serviceAccountName: default
       volumes:
         - configMap:
@@ -70,8 +70,10 @@
             - secretRef:
                 name: sx-cnp-secret
             - secretRef:
                 name: manual-secret
+            - secretRef:
+                name: backstage-db-secrets
           env:
             - name: APP_CONFIG_backend_listen_port
               value: "7007"
             - name: NODE_OPTIONS
Only in out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/charts: cluster
Only in out/pr/backstage/values-demo-metalstack.yaml/sx-backstage/templates: es.yaml
Only in out/pr/cnpg: values-demo-metalstack.yaml
Only in out/pr/kubevirt: values-demo-metalstack.yaml
Only in out/pr/kubevirt-manager: values-demo-metalstack.yaml
diff -U 4 -r out/target/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml out/pr/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml
--- out/target/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml	2024-12-06 10:41:53.979890060 +0000
+++ out/pr/kubevirt-manager/values-metalstack.yaml/sx-kubevirt-manager/templates/certificate.yaml	2024-12-06 10:41:27.179849548 +0000
@@ -6,8 +6,8 @@
   name: kubevirt-certificate
 spec:
   secretName: kubevirt-manager-server-tls
   issuerRef:
-    name: letsencrypt-staging
+    name: letsencrypt-prod
     kind: ClusterIssuer
   dnsNames:
     - kubevirt-manager-metalstack.platform-engineer.cloud
Only in out/pr/minio: values-demo-metalstack.yaml
Only in out/pr/velero: values-demo-metalstack.yaml
Only in out/pr/velero-ui: values-demo-metalstack.yaml

Copy link

github-actions bot commented Dec 6, 2024

Changes Default Values

@phac008 phac008 merged commit c254aff into main Dec 6, 2024
8 checks 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