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

Helm Example | Internal Chart #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Helm Example | Internal Chart #16

wants to merge 1 commit into from

Conversation

dag-andersen
Copy link
Owner

No description provided.

Copy link
Contributor

github-actions bot commented Apr 28, 2024

Argo CD Diff Preview

Summary:

 {base => target}/my-app | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
Diff:
diff --git base/my-app target/my-app
index eb9e290..7cf6187 100644
--- base/my-app
+++ target/my-app
@@ -2,21 +2,21 @@
 apiVersion: v1
 kind: Service
 metadata:
   labels:
     app.kubernetes.io/instance: my-app
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: myApp
     app.kubernetes.io/version: 1.16.0
     argocd.argoproj.io/instance: my-app
     helm.sh/chart: myApp-0.1.0
-  name: super-app-name
+  name: new-app-name
   namespace: default
 spec:
   ports:
   - name: http
     port: 80
     protocol: TCP
     targetPort: http
   selector:
     app.kubernetes.io/instance: my-app
     app.kubernetes.io/name: myApp
@@ -27,38 +27,38 @@ apiVersion: v1
 automountServiceAccountToken: true
 kind: ServiceAccount
 metadata:
   labels:
     app.kubernetes.io/instance: my-app
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: myApp
     app.kubernetes.io/version: 1.16.0
     argocd.argoproj.io/instance: my-app
     helm.sh/chart: myApp-0.1.0
-  name: super-app-name
+  name: new-app-name
   namespace: default
 
 ---
 apiVersion: apps/v1
 kind: Deployment
 metadata:
   labels:
     app.kubernetes.io/instance: my-app
     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/name: myApp
     app.kubernetes.io/version: 1.16.0
     argocd.argoproj.io/instance: my-app
     helm.sh/chart: myApp-0.1.0
-  name: super-app-name
+  name: new-app-name
   namespace: default
 spec:
-  replicas: 1
+  replicas: 5
   selector:
     matchLabels:
       app.kubernetes.io/instance: my-app
       app.kubernetes.io/name: myApp
   template:
     metadata:
       labels:
         app.kubernetes.io/instance: my-app
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/name: myApp
@@ -77,12 +77,12 @@ spec:
         - containerPort: 80
           name: http
           protocol: TCP
         readinessProbe:
           httpGet:
             path: /
             port: http
         resources: {}
         securityContext: {}
       securityContext: {}
-      serviceAccountName: super-app-name
+      serviceAccountName: new-app-name

@dag-andersen dag-andersen force-pushed the helm-example-3 branch 2 times, most recently from f19ba0e to 6a51624 Compare May 10, 2024 18:04
@dag-andersen dag-andersen force-pushed the helm-example-3 branch 2 times, most recently from 285cf83 to 6068072 Compare June 8, 2024 16:50
@dag-andersen dag-andersen force-pushed the helm-example-3 branch 3 times, most recently from af256d2 to 44677fb Compare October 9, 2024 14:24
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from 02a64c4 to f67f2b1 Compare October 10, 2024 16:42
@dag-andersen dag-andersen force-pushed the main branch 2 times, most recently from 91b5392 to b7c9b42 Compare October 22, 2024 11:55
@dag-andersen dag-andersen force-pushed the helm-example-3 branch 2 times, most recently from 3767c2d to 5ba2a4d Compare October 22, 2024 12:44
@dag-andersen dag-andersen force-pushed the helm-example-3 branch 2 times, most recently from 61db7b0 to 0745750 Compare October 26, 2024 18:24
@dag-andersen dag-andersen force-pushed the main branch 3 times, most recently from 6df2aa7 to 940c5ff Compare October 29, 2024 17:23
@dag-andersen dag-andersen force-pushed the helm-example-3 branch 2 times, most recently from f5fe73a to 7978ff1 Compare November 3, 2024 09:07
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