Merge pull request #2401 from epinio/epinio-1-6-2

Epinio 1.6.2, replaces 1.6.1
pull/2407/head
Olivier Vernin 2023-02-10 15:38:25 +01:00 committed by GitHub
commit 737bb9980c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
118 changed files with 42 additions and 61 deletions

Binary file not shown.

Binary file not shown.

View File

@ -7,4 +7,4 @@ apiVersion: v2
description: Installs the CRDs for Epinio.
name: epinio-crd
type: application
version: 102.0.0+up1.6.1
version: 102.0.1+up1.6.2

View File

@ -10,9 +10,9 @@ annotations:
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: epinio
catalog.cattle.io/type: app
catalog.cattle.io/upstream-version: 1.6.1
catalog.cattle.io/upstream-version: 1.6.2
apiVersion: v2
appVersion: v1.6.1
appVersion: v1.6.2
dependencies:
- condition: dex.enabled, global.dex.enabled
name: dex
@ -47,4 +47,4 @@ maintainers:
name: epinio
sources:
- https://github.com/epinio/epinio
version: 102.0.0+up1.6.1
version: 102.0.1+up1.6.2

View File

@ -7,14 +7,6 @@ __Attention__:
- Requires `cert-manager` as dependency.
- Requires `helm-controller` as dependency.
__Warning__:
- The bugfix https://github.com/epinio/epinio/pull/1836 for `app export` has
failed to make it into the Marketplace integration due to issues with
mirroring the `skopeo/stable` image for Rancher. The functionality from
before the fix is still available, however it will error at the end, when
trying to export the image.
## Upgrading to Kubernetes v1.25+
Starting in Kubernetes v1.25, [Pod Security Policies](https://kubernetes.io/docs/concepts/security/pod-security-policy/)

View File

@ -27,6 +27,11 @@ questions:
description: "Set a class name to select the ingress controller you want to use for your apps"
type: string
group: "Advanced settings"
- variable: server.disableTracking
label: Disable tracking
description: "Disable tracking of the running Epinio and Kubernetes versions"
type: boolean
group: "Advanced settings"
- variable: serviceCatalog.enableDevServices
label: Enable catalog services for development
default: "true"

View File

@ -40,7 +40,6 @@ stringData:
- id: epinio-cli
name: 'Epinio cli'
public: true
---
apiVersion: v1
@ -55,20 +54,6 @@ metadata:
stringData:
username: "admin@epinio.io"
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: dex
namespace: "{{ .Release.Namespace }}"
spec:
dnsNames:
- "auth.{{ .Values.global.domain }}"
issuerRef:
kind: ClusterIssuer
name: {{ default .Values.global.tlsIssuer .Values.global.customTlsIssuer | quote }}
secretName: dex-tls
---
apiVersion: networking.k8s.io/v1
kind: Ingress

Some files were not shown because too many files have changed in this diff Show More