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 21c9932 #75

Merged
merged 3 commits into from
May 30, 2024

Conversation

github-actions[bot]
Copy link

kubectl diff reports that applying 21c9932 will change:

diff -uN /tmp/LIVE-998074927/apps.v1.Deployment.balancer.backend /tmp/MERGED-2603162434/apps.v1.Deployment.balancer.backend
--- /tmp/LIVE-998074927/apps.v1.Deployment.balancer.backend	2024-05-29 20:35:33.992293394 +0000
+++ /tmp/MERGED-2603162434/apps.v1.Deployment.balancer.backend	2024-05-29 20:35:34.004293450 +0000
@@ -54,7 +54,7 @@
             name: backend-env
         - secretRef:
             name: backend
-        image: ghcr.io/codeforphilly/balancer-main/backend:latest
+        image: ghcr.io/codeforphilly/balancer-main/backend:0.1.1
         imagePullPolicy: Always
         name: backend
         ports:
diff -uN /tmp/LIVE-998074927/apps.v1.Deployment.balancer.frontend /tmp/MERGED-2603162434/apps.v1.Deployment.balancer.frontend
--- /tmp/LIVE-998074927/apps.v1.Deployment.balancer.frontend	2024-05-29 20:35:34.000293431 +0000
+++ /tmp/MERGED-2603162434/apps.v1.Deployment.balancer.frontend	2024-05-29 20:35:34.004293450 +0000
@@ -30,7 +30,7 @@
         io.kompose.network/balancer-main-default: "true"
     spec:
       containers:
-      - image: ghcr.io/codeforphilly/balancer-main/frontend:latest
+      - image: ghcr.io/codeforphilly/balancer-main/frontend:0.1.1
         imagePullPolicy: Always
         name: frontend
         ports:

joshuagerstein and others added 3 commits May 29, 2024 16:24
[balancer] specify image versions
Source-holobranch: k8s-manifests-github
Source-commit: bc80a39
Source: bc80a39
@themightychris themightychris merged commit afe926b into deploys/k8s-manifests May 30, 2024
1 check passed
Copy link
Author

kubectl apply output (excluding unchanged) for afe926b 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
validatingwebhookconfiguration.admissionregistration.k8s.io/cert-manager-webhook configured
validatingwebhookconfiguration.admissionregistration.k8s.io/ingress-nginx-admission configured
deployment.apps/backend configured
deployment.apps/frontend configured
configmap/cert-manager-webhook configured
configmap/cert-manager 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/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

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.

2 participants