Skip to content

Conversation

@FinnPL
Copy link
Owner

@FinnPL FinnPL commented Feb 2, 2026

No description provided.

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Terraform Plan (03-services)

→ Resource Changes: 0 to create, 1 to update, 0 to re-create, 0 to delete, 0 ephemeral.

♻️ Update

helm_release.argocd
! id                         = "argocd" -> (known after apply)
! metadata                   = {
!     app_version    = "v3.2.6" -> (known after apply)
!     chart          = "argo-cd" -> (known after apply)
!     first_deployed = 1769969767 -> (known after apply)
!     last_deployed  = 1769969767 -> (known after apply)
!     name           = "argocd" -> (known after apply)
!     namespace      = "argocd" -> (known after apply)
!     notes          = <<-EOT
          In order to access the server UI you have the following options:
          
          1. kubectl port-forward service/argocd-server -n argocd 8080:443
          
              and then open the browser on http://localhost:8080 and accept the certificate
          
          2. enable ingress in the values file `server.ingress.enabled` and either
                - Add the annotation for ssl passthrough: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-1-ssl-passthrough
                - Set the `configs.params."server.insecure"` in the values file and terminate SSL at your ingress: https://argo-cd.readthedocs.io/en/stable/operator-manual/ingress/#option-2-multiple-ingress-objects-and-hosts
          
          
          After reaching the UI the first time you can login with username: admin and the random password generated during the installation. You can find the password by running:
          
          kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
          
          (You should delete the initial secret afterwards as suggested by the Getting Started Guide: https://argo-cd.readthedocs.io/en/stable/getting_started/#4-login-using-the-cli)
      EOT -> (known after apply)
!     revision       = 1 -> (known after apply)
!     values         = jsonencode(
          {
            - applicationSet = {
                - enabled = true
              }
            - redis          = {
                - enabled      = true
                - volumeMounts = [
                    - {
                        - mountPath = "/data"
                        - name      = "redis-data"
                      },
                  ]
                - volumes      = [
                    - {
                        - emptyDir = {
                            - medium    = "Memory"
                            - sizeLimit = "1Gi"
                          }
                        - name     = "redis-data"
                      },
                  ]
              }
            - redis-ha       = {
                - enabled = false
              }
            - repoServer     = {
                - env            = [
                    - {
                        - name  = "TMPDIR"
                        - value = "/nfs-tmp"
                      },
                  ]
                - initContainers = [
                    - {
                        - command         = [
                            - "sh",
                            - "-c",
                            - "chown 999:999 /nfs-tmp && chmod 777 /nfs-tmp",
                          ]
                        - image           = "busybox"
                        - name            = "fix-nfs-permissions"
                        - securityContext = {
                            - runAsUser = 0
                          }
                        - volumeMounts    = [
                            - {
                                - mountPath = "/nfs-tmp"
                                - name      = "nfs-tmp"
                              },
                          ]
                      },
                  ]
                - volumeMounts   = [
                    - {
                        - mountPath = "/nfs-tmp"
                        - name      = "nfs-tmp"
                      },
                  ]
                - volumes        = [
                    - {
                        - name                  = "nfs-tmp"
                        - persistentVolumeClaim = {
                            - claimName = "argocd-repo-server-nfs"
                          }
                      },
                  ]
              }
          }
      ) -> (known after apply)
!     version        = "9.3.7" -> (known after apply)
  } -> (known after apply)
  name                       = "argocd"
! values                     = [
!     <<-EOT
          "applicationSet":
            "enabled": true
        + "configs":
        +   "cm":
        +     "url": "https://argocd.lippok.dev"
        +   "params":
        +     "server.insecure": "true"
          "redis":
            "enabled": true
            "volumeMounts":
            - "mountPath": "/data"
              "name": "redis-data"
            "volumes":
            - "emptyDir":
                "medium": "Memory"
                "sizeLimit": "1Gi"
              "name": "redis-data"
          "redis-ha":
            "enabled": false
          "repoServer":
            "env":
            - "name": "TMPDIR"
              "value": "/nfs-tmp"
            "initContainers":
            - "command":
              - "sh"
              - "-c"
              - "chown 999:999 /nfs-tmp && chmod 777 /nfs-tmp"
              "image": "busybox"
              "name": "fix-nfs-permissions"
              "securityContext":
                "runAsUser": 0
              "volumeMounts":
              - "mountPath": "/nfs-tmp"
                "name": "nfs-tmp"
            "volumeMounts":
            - "mountPath": "/nfs-tmp"
              "name": "nfs-tmp"
            "volumes":
            - "name": "nfs-tmp"
              "persistentVolumeClaim":
                "claimName": "argocd-repo-server-nfs"
        + "server":
        +   "extraArgs":
        +   - "--insecure"
      EOT,
  ]
  # (28 unchanged attributes hidden)

Triggered by @FinnPL, Commit: 5ae18a24398d76c7b4243b8582c8638ad87157f8

@FinnPL FinnPL merged commit 8d24e2d into main Feb 2, 2026
1 of 2 checks passed
@FinnPL FinnPL deleted the FinnPL-patch-2 branch February 2, 2026 22:01
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