Skip to content

chore(deps): update kubernetes monorepo to v0.35.6#230

Merged
vrivellino merged 1 commit into
mainfrom
chore/kubernetes-monorepo
Jun 28, 2026
Merged

chore(deps): update kubernetes monorepo to v0.35.6#230
vrivellino merged 1 commit into
mainfrom
chore/kubernetes-monorepo

Conversation

@vrivellino

Copy link
Copy Markdown
Contributor

In leiu of merging #215, bumping k8s.io/apimachinery to latest in 0.35.x

@vrivellino vrivellino merged commit 029093c into main Jun 28, 2026
9 checks passed
@vrivellino vrivellino deleted the chore/kubernetes-monorepo branch June 28, 2026 17:02
@github-actions

Copy link
Copy Markdown

Argo-Diff - Ephemeral Environment Test

This argo-diff should have the same output every run

3 of 3 apps with changes compared to live state

5:02PM UTC, 28 Jun 2026


=== Basic-Deployment ===

Synced ✅
Healthy 💚

===== /ConfigMap basic-deployment/config-env =====
--- /tmp/argocd-diff3726310772/config-env-live.yaml	2026-06-28 17:02:50.722106514 +0000
+++ /tmp/argocd-diff3726310772/config-env	2026-06-28 17:02:50.722106514 +0000
@@ -1,6 +1,6 @@
 apiVersion: v1
 data:
-  HELLO_WORLD: test string
+  HELLO_WORLD: another test string
   TZ: America/New_York
 kind: ConfigMap
 metadata:

===== apps/Deployment basic-deployment/test =====
--- /tmp/argocd-diff1860223222/test-live.yaml	2026-06-28 17:02:50.729106484 +0000
+++ /tmp/argocd-diff1860223222/test	2026-06-28 17:02:50.729106484 +0000
@@ -5,6 +5,8 @@
     argocd.argoproj.io/tracking-id: basic-deployment:apps/Deployment:basic-deployment/test
     deployment.kubernetes.io/revision: "1"
   generation: 1
+  labels:
+    app.kubernetes.io/name: argo-diff-test
   managedFields:
   - apiVersion: apps/v1
     fieldsType: FieldsV1
@@ -77,6 +79,7 @@
   selector:
     matchLabels:
       app: test
+      app.kubernetes.io/name: argo-diff-test
   strategy:
     rollingUpdate:
       maxSurge: 25%
@@ -86,12 +89,13 @@
     metadata:
       labels:
         app: test
+        app.kubernetes.io/name: argo-diff-test
     spec:
       containers:
       - command:
         - sh
         - -c
-        - while true ; do sleep 1; done
+        - while true ; do sleep 2; done
         envFrom:
         - configMapRef:
             name: config-env

=== Meta ===

Synced ✅
Healthy 💚

===== argoproj.io/Application argocd/helm-deployment =====
--- /tmp/argocd-diff404607140/helm-deployment-live.yaml	2026-06-28 17:02:50.855105938 +0000
+++ /tmp/argocd-diff404607140/helm-deployment	2026-06-28 17:02:50.854105943 +0000
@@ -143,10 +143,10 @@
       - $values/test/helm-deployment.values.yaml
     path: charts/test-basic-deployment
     repoURL: https://github.com/vince-riv/argo-diff.git
-    targetRevision: k3s-test
+    targetRevision: main
   - ref: values
     repoURL: https://github.com/vince-riv/argo-diff.git
-    targetRevision: k3s-test
+    targetRevision: main
   syncPolicy:
     automated:
       prune: true

=== Helm-Deployment ===

Synced ✅
Healthy 💚

===== /ConfigMap helm-deployment/config-env =====
--- /tmp/argocd-diff3528253299/config-env-live.yaml	2026-06-28 17:02:51.067105020 +0000
+++ /tmp/argocd-diff3528253299/config-env	2026-06-28 17:02:51.066105024 +0000
@@ -1,6 +1,6 @@
 apiVersion: v1
 data:
-  HELLO_WORLD: test string
+  HELLO_WORLD: another test string
   TZ: America/New_York
 kind: ConfigMap
 metadata:

===== apps/Deployment helm-deployment/test =====
--- /tmp/argocd-diff2829949474/test-live.yaml	2026-06-28 17:02:51.075104986 +0000
+++ /tmp/argocd-diff2829949474/test	2026-06-28 17:02:51.075104986 +0000
@@ -87,7 +87,7 @@
   uid: a450633e-64ca-4481-9dc8-1288b3d864ec
 spec:
   progressDeadlineSeconds: 600
-  replicas: 1
+  replicas: 2
   revisionHistoryLimit: 10
   selector:
     matchLabels:
@@ -116,7 +116,7 @@
             name: config-env
         - secretRef:
             name: test-secret
-        image: busybox:latest
+        image: busybox:latest@sha256:1487d0af5f52b4ba31c7e465126ee2123fe3f2305d638e7827681e7cf6c83d5e
         imagePullPolicy: IfNotPresent
         name: test
         resources: {}

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