Skip to content

Commit

Permalink
Merge pull request #238 from epinio/updatecli_092628478de72e5c0b62dd1…
Browse files Browse the repository at this point in the history
…f5d3906b34d1eb2548071beef06a959ab9373ea04

[updatecli] Bump epinio server version
  • Loading branch information
Dimitris Karakasilis authored Jun 21, 2022
2 parents 0a26876 + 9f7fd8d commit b67f104
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
4 changes: 2 additions & 2 deletions chart/epinio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/license: Apache-2.0
apiVersion: v2
appVersion: v1.0.0-rc1
appVersion: v1.0.0-rc2
dependencies:
- condition: minio.enabled, global.minio.enabled
name: minio
Expand Down Expand Up @@ -33,4 +33,4 @@ maintainers:
name: epinio
sources:
- https://github.com/epinio/epinio
version: 1.0.0-rc2
version: 1.0.0-rc3
23 changes: 3 additions & 20 deletions chart/epinio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# The email address you are planning to use for getting notifications about your certificates.
email: "epinio@suse.com"

image:
epinio:
registry: ghcr.io/
Expand All @@ -22,7 +21,6 @@ image:
builder:
repository: paketobuildpacks/builder
tag: full

server:
# Domain which serves the Rancher UI (to access the API)
accessControlAllowOrigin: ""
Expand All @@ -34,7 +32,6 @@ server:
traceLevel: 0
# The ingressClassName is used to select the ingress controller for apps. If empty no class will be added to their ingresseses.
ingressClassName: ""

ingress:
# The ingressClassName is used to select the ingress controller for the server. If empty no class will be added to the ingresses.
ingressClassName: ""
Expand All @@ -43,9 +40,7 @@ ingress:
annotations: {}
# nginxSSLRedirect to controll https->http redirects
nginxSSLRedirect: "true"

certManagerNamespace: cert-manager

# Connection details for the S3 storage
s3:
endpoint: s3.amazonaws.com
Expand All @@ -56,7 +51,6 @@ s3:
useSSL: true
# Set it to an existing secret if S3 is using a self signed cert
certificateSecret: ""

api:
# Default users
users:
Expand All @@ -68,7 +62,6 @@ api:
role: user
workspaces:
- workspace

# Minio subchart values
minio:
enabled: true
Expand All @@ -90,22 +83,18 @@ minio:
makeUserJob:
podAnnotations:
linkerd.io/inject: disabled

epinio-ui:
enabled: true
epinioTheme: light
epinioVersion: "1.0.0-rc1"
epinioVersion: "v1.0.0-rc2"
ingress:
enabled: false

kubed:
enabled: true
fullnameOverride: kubed
enableAnalytics: false

containerregistry:
enabled: true

image:
registry:
repository: registry
Expand All @@ -114,29 +103,23 @@ containerregistry:
repository: nginx
tag: 1.21.6
imagePullPolicy: IfNotPresent

# The ingressClassName is used to select the ingress controller. If
# empty no class will be added to the ingresses.
ingressClassName: ""

serviceCatalog:
# Enable service catalog service for development
enableDevServices: true

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"

# The URL of the container registry from where to pull container images for the various
# created Pods. Don't confuse this registry with the "Epinio registry" which is the one
# where Epinio stores the application images.
Expand Down

0 comments on commit b67f104

Please sign in to comment.