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

Deploy releases/k8s-manifests 17d8208 #59

Merged
merged 4 commits into from
Jan 17, 2024

Conversation

github-actions[bot]
Copy link

kubectl diff reports that applying 17d8208 will change:

diff -uN /tmp/LIVE-797048688/v1.Namespace..balancer /tmp/MERGED-2317641995/v1.Namespace..balancer
--- /tmp/LIVE-797048688/v1.Namespace..balancer	2024-01-16 18:31:30.366994943 +0000
+++ /tmp/MERGED-2317641995/v1.Namespace..balancer	2024-01-16 18:31:30.534993990 +0000
@@ -1 +1,9 @@
-{}
+apiVersion: v1
+kind: Namespace
+metadata:
+  labels:
+    kubernetes.io/metadata.name: balancer
+  name: balancer
+spec:
+  finalizers:
+  - kubernetes
diff -uN /tmp/LIVE-1107811059/apps.v1.Deployment.paws-data-pipeline.paws-dp-chart /tmp/MERGED-139717056/apps.v1.Deployment.paws-data-pipeline.paws-dp-chart
--- /tmp/LIVE-1107811059/apps.v1.Deployment.paws-data-pipeline.paws-dp-chart	2024-01-16 18:31:40.562946043 +0000
+++ /tmp/MERGED-139717056/apps.v1.Deployment.paws-data-pipeline.paws-dp-chart	2024-01-16 18:31:40.570946035 +0000
@@ -35,7 +35,7 @@
         envFrom:
         - secretRef:
             name: db-pass
-        image: postgres:13.2-alpine
+        image: postgres:15.4-alpine
         imagePullPolicy: IfNotPresent
         name: paws-datapipeline-db
         ports:
@@ -53,7 +53,7 @@
             name: api-server-pws
         - secretRef:
             name: db-pass
-        image: ghcr.io/codeforphilly/paws-data-pipeline/server:2.34
+        image: ghcr.io/codeforphilly/paws-data-pipeline/server:2.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3
@@ -83,7 +83,7 @@
         - mountPath: /var/lib/server/data
           name: paws-data-pipeline-server-data
           subPath: server-data
-      - image: ghcr.io/codeforphilly/paws-data-pipeline/client:2.34
+      - image: ghcr.io/codeforphilly/paws-data-pipeline/client:2.5
         imagePullPolicy: Always
         livenessProbe:
           failureThreshold: 3

@themightychris themightychris merged commit 526c04f into deploys/k8s-manifests Jan 17, 2024
1 check passed
Copy link
Author

kubectl apply output (excluding unchanged) for 526c04f was:

customresourcedefinition.apiextensions.k8s.io/sealedsecrets.bitnami.com configured
clusterrole.rbac.authorization.k8s.io/grafana-clusterrole configured
clusterrole.rbac.authorization.k8s.io/prometheus-alertmanager configured
clusterrole.rbac.authorization.k8s.io/prometheus-pushgateway configured
clusterrolebinding.rbac.authorization.k8s.io/cert-manager-webhook:subjectaccessreviews configured
clusterrolebinding.rbac.authorization.k8s.io/sealed-secrets configured
mutatingwebhookconfiguration.admissionregistration.k8s.io/cert-manager-webhook configured
namespace/balancer created
validatingwebhookconfiguration.admissionregistration.k8s.io/cert-manager-webhook configured
validatingwebhookconfiguration.admissionregistration.k8s.io/ingress-nginx-admission configured
configmap/nginx-conf created
deployment.apps/frontend-static created
service/frontend-static created
configmap/cert-manager-webhook configured
rolebinding.rbac.authorization.k8s.io/cert-manager-webhook:dynamic-serving configured
statefulset.apps/data-warehouse-postgresql configured
configmap/grafana-dashboards-default configured
deployment.apps/grafana configured
deployment.apps/ingress-nginx-controller configured
deployment.apps/metrics-server configured
rolebinding.rbac.authorization.k8s.io/cert-manager:leaderelection configured
secret/promtail configured
statefulset.apps/loki configured
statefulset.apps/database configured
deployment.apps/paws-dp-chart configured
deployment.apps/prometheus-alertmanager configured
deployment.apps/prometheus-kube-state-metrics configured
deployment.apps/prometheus-pushgateway configured
deployment.apps/prometheus-server configured
serviceaccount/prometheus-kube-state-metrics configured
deployment.apps/sealed-secrets configured
rolebinding.rbac.authorization.k8s.io/sealed-secrets-key-admin configured
service/sealed-secrets configured
secret/regcred created

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