From ab87836d8ec1f35c0eda75ac5607b46833b2bf13 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:03:42 +0000 Subject: [PATCH 1/4] chore: Update key "epinio-ui.epinioVersion" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/epinio/helm-charts/chart/epinio/values.yaml" Made with ❤️️ by updatecli --- chart/epinio/Chart.yaml | 5 +++-- chart/epinio/values.yaml | 8 +++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/chart/epinio/Chart.yaml b/chart/epinio/Chart.yaml index 8faa4fc3..d9e0584a 100644 --- a/chart/epinio/Chart.yaml +++ b/chart/epinio/Chart.yaml @@ -27,7 +27,8 @@ dependencies: tags: - epinio-ui version: 1.2.0 -description: Epinio deploys Kubernetes applications directly from source code in one step. +description: Epinio deploys Kubernetes applications directly from source code in one + step. home: https://github.com/epinio/epinio icon: https://raw.githubusercontent.com/epinio/helm-charts/main/assets/epinio.png keywords: @@ -39,4 +40,4 @@ maintainers: name: epinio sources: - https://github.com/epinio/epinio -version: 1.3.2 +version: 1.4.0 diff --git a/chart/epinio/values.yaml b/chart/epinio/values.yaml index 189fb227..909df719 100644 --- a/chart/epinio/values.yaml +++ b/chart/epinio/values.yaml @@ -61,7 +61,6 @@ api: role: user workspaces: - workspace - # Dex subchart values -- None for now, and sub chart disabled dex: enabled: true @@ -70,7 +69,6 @@ dex: configSecret: create: false name: "dex-config" - # Extra environment variables passed to the epinio-server pod. # extraEnv: # - name: MY_ENV_VAR @@ -99,7 +97,7 @@ minio: epinio-ui: enabled: true epinioTheme: light - epinioVersion: "v1.3.0" + epinioVersion: "v1.4.0" ingress: enabled: false kubed: @@ -126,10 +124,10 @@ global: # The domain that will be used to access the epinio API server and the registry domain: "" # Connection details for the container registry. - registryURL: "" # Skip if containerregistry.enabled is true + registryURL: "" # Skip if containerregistry.enabled is true registryUsername: "admin" registryPassword: "changeme" - registryNamespace: "apps" # Used in registry path when pushing -> "external.tld/apps/APPNAME" + registryNamespace: "apps" # Used in registry path when pushing -> "external.tld/apps/APPNAME" # The name of the cluster issuer to use. # Epinio creates three options: 'epinio-ca', 'letsencrypt-production', and 'selfsigned-issuer'. tlsIssuer: "epinio-ca" From 0274d527b92d477b28368770df212967a790e52c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:03:46 +0000 Subject: [PATCH 2/4] chore: Update key "epinio-ui.epinioVersion" from file "/tmp/updatecli/g... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ithub/epinio/helm-charts/chart/epinio/values.yaml" Made with ❤️️ by updatecli --- chart/epinio/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/epinio/Chart.yaml b/chart/epinio/Chart.yaml index d9e0584a..b7bbcf37 100644 --- a/chart/epinio/Chart.yaml +++ b/chart/epinio/Chart.yaml @@ -1,7 +1,7 @@ annotations: artifacthub.io/license: Apache-2.0 apiVersion: v2 -appVersion: v1.3.0 +appVersion: v1.4.0 dependencies: - condition: dex.enabled, global.dex.enabled name: dex @@ -40,4 +40,4 @@ maintainers: name: epinio sources: - https://github.com/epinio/epinio -version: 1.4.0 +version: 1.5.0 From 1af34874e38f56f515b71fb52959e7eac4779d71 Mon Sep 17 00:00:00 2001 From: Tomas Hehejik Date: Thu, 20 Oct 2022 15:18:11 +0200 Subject: [PATCH 3/4] Update Chart.yaml --- chart/epinio/Chart.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chart/epinio/Chart.yaml b/chart/epinio/Chart.yaml index b7bbcf37..ceda57b1 100644 --- a/chart/epinio/Chart.yaml +++ b/chart/epinio/Chart.yaml @@ -27,8 +27,7 @@ dependencies: tags: - epinio-ui version: 1.2.0 -description: Epinio deploys Kubernetes applications directly from source code in one - step. +description: Epinio deploys Kubernetes applications directly from source code in one step. home: https://github.com/epinio/epinio icon: https://raw.githubusercontent.com/epinio/helm-charts/main/assets/epinio.png keywords: @@ -40,4 +39,4 @@ maintainers: name: epinio sources: - https://github.com/epinio/epinio -version: 1.5.0 +version: 1.4.0 From 1756e952234f014201065ff2a580515a9cec7c08 Mon Sep 17 00:00:00 2001 From: Tomas Hehejik Date: Thu, 20 Oct 2022 15:20:28 +0200 Subject: [PATCH 4/4] Update values.yaml --- chart/epinio/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/epinio/values.yaml b/chart/epinio/values.yaml index 909df719..43007217 100644 --- a/chart/epinio/values.yaml +++ b/chart/epinio/values.yaml @@ -61,6 +61,7 @@ api: role: user workspaces: - workspace + # Dex subchart values -- None for now, and sub chart disabled dex: enabled: true @@ -69,6 +70,7 @@ dex: configSecret: create: false name: "dex-config" + # Extra environment variables passed to the epinio-server pod. # extraEnv: # - name: MY_ENV_VAR @@ -124,10 +126,10 @@ global: # The domain that will be used to access the epinio API server and the registry domain: "" # Connection details for the container registry. - registryURL: "" # Skip if containerregistry.enabled is true + registryURL: "" # Skip if containerregistry.enabled is true registryUsername: "admin" registryPassword: "changeme" - registryNamespace: "apps" # Used in registry path when pushing -> "external.tld/apps/APPNAME" + registryNamespace: "apps" # Used in registry path when pushing -> "external.tld/apps/APPNAME" # The name of the cluster issuer to use. # Epinio creates three options: 'epinio-ca', 'letsencrypt-production', and 'selfsigned-issuer'. tlsIssuer: "epinio-ca"