Skip to content

Commit

Permalink
Update Terrakube version to 2.14.0
Browse files Browse the repository at this point in the history
Update Terrakube version to 2.14.0
  • Loading branch information
jcanizalez committed Jun 26, 2023
2 parents d4af159 + 18b9c23 commit 2c10769
Show file tree
Hide file tree
Showing 10 changed files with 113 additions and 112 deletions.
4 changes: 2 additions & 2 deletions charts/terrakube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.5.1
version: 3.6.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.13.0"
appVersion: "2.14.0"

dependencies:
- name: minio
Expand Down
22 changes: 11 additions & 11 deletions examples/AzureAuthentication-Example1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use this examples you will need the following:
## YAML Example

Replace ***<<CHANGE_THIS>>*** with the real values
Replace **_<<CHANGE_THIS>>_** with the real values

```Yaml
## Global Name
Expand All @@ -23,8 +23,8 @@ name: "terrakube"
## Terrakube Security
security:
adminGroup: "<<CHANGE_THIS>>" # This should be your Azure AD group name
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
dexClientId: "microsoft"
dexClientScope: "email openid profile offline_access groups"
dexIssuerUri: "https://terrakube-api.domain.com/dex" # Change for your real domain
Expand Down Expand Up @@ -55,11 +55,11 @@ dex:
storage:
type: memory
oauth2:
responseTypes: ["code", "token", "id_token"]
responseTypes: ["code", "token", "id_token"]
skipApprovalScreen: true
web:
allowedOrigins: ['*']

staticClients:
- id: microsoft
redirectURIs:
Expand All @@ -84,7 +84,7 @@ dex:
## API properties
api:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -93,7 +93,7 @@ api:
## Executor properties
executor:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -103,14 +103,14 @@ executor:
## Registry properties
registry:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

## UI Properties
ui:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

Expand All @@ -121,7 +121,7 @@ ingress:
enabled: true
domain: "terrakube-ui.domain.com" # Change for your real domain
path: "/(.*)"
pathType: "Prefix"
pathType: "Prefix"
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: "true"
Expand Down Expand Up @@ -156,4 +156,4 @@ ingress:
nginx.ingress.kubernetes.io/configuration-snippet: "proxy_set_header Authorization $http_authorization;"
cert-manager.io/cluster-issuer: letsencrypt

```
```
22 changes: 11 additions & 11 deletions examples/AzureAuthentication-Example2.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this examples you will need the following:
## YAML Example

Replace ***<<CHANGE_THIS>>*** with the real values
Replace **_<<CHANGE_THIS>>_** with the real values

```Yaml
## Global Name
Expand All @@ -24,8 +24,8 @@ name: "terrakube"
## Terrakube Security
security:
adminGroup: "<<CHANGE_THIS>>" # This should be your Azure AD group name
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
dexClientId: "microsoft"
dexClientScope: "email openid profile offline_access groups"
dexIssuerUri: "https://terrakube-api.domain.com/dex" # Change for your real domain
Expand Down Expand Up @@ -56,11 +56,11 @@ dex:
storage:
type: memory
oauth2:
responseTypes: ["code", "token", "id_token"]
responseTypes: ["code", "token", "id_token"]
skipApprovalScreen: true
web:
allowedOrigins: ['*']

staticClients:
- id: microsoft
redirectURIs:
Expand All @@ -85,7 +85,7 @@ dex:
## API properties
api:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -98,7 +98,7 @@ api:
## Executor properties
executor:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -108,14 +108,14 @@ executor:
## Registry properties
registry:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

## UI Properties
ui:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

Expand All @@ -126,7 +126,7 @@ ingress:
enabled: true
domain: "terrakube-ui.domain.com" # Change for your real domain
path: "/(.*)"
pathType: "Prefix"
pathType: "Prefix"
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: "true"
Expand Down Expand Up @@ -161,4 +161,4 @@ ingress:
nginx.ingress.kubernetes.io/configuration-snippet: "proxy_set_header Authorization $http_authorization;"
cert-manager.io/cluster-issuer: letsencrypt

```
```
22 changes: 11 additions & 11 deletions examples/AzureAuthentication-Example3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use this examples you will need the following:
## YAML Example

Replace ***<<CHANGE_THIS>>*** with the real values
Replace **_<<CHANGE_THIS>>_** with the real values

```Yaml
## Global Name
Expand All @@ -24,8 +24,8 @@ name: "terrakube"
## Terrakube Security
security:
adminGroup: "<<CHANGE_THIS>>" # This should be your Azure AD group name
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
dexClientId: "microsoft"
dexClientScope: "email openid profile offline_access groups"
dexIssuerUri: "https://terrakube-api.domain.com/dex" # Change for your real domain
Expand Down Expand Up @@ -56,11 +56,11 @@ dex:
storage:
type: memory
oauth2:
responseTypes: ["code", "token", "id_token"]
responseTypes: ["code", "token", "id_token"]
skipApprovalScreen: true
web:
allowedOrigins: ['*']

staticClients:
- id: microsoft
redirectURIs:
Expand All @@ -85,7 +85,7 @@ dex:
## API properties
api:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -98,7 +98,7 @@ api:
## Executor properties
executor:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -108,14 +108,14 @@ executor:
## Registry properties
registry:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

## UI Properties
ui:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

Expand All @@ -126,7 +126,7 @@ ingress:
enabled: true
domain: "terrakube-ui.domain.com" # Change for your real domain
path: "/(.*)"
pathType: "Prefix"
pathType: "Prefix"
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/use-regex: "true"
Expand Down Expand Up @@ -161,4 +161,4 @@ ingress:
nginx.ingress.kubernetes.io/configuration-snippet: "proxy_set_header Authorization $http_authorization;"
cert-manager.io/cluster-issuer: letsencrypt

```
```
22 changes: 11 additions & 11 deletions examples/AzureAuthentication-Example4.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this examples you will need the following:
## YAML Example

Replace ***<<CHANGE_THIS>>*** with the real values
Replace **_<<CHANGE_THIS>>_** with the real values

```Yaml
## Global Name
Expand All @@ -22,8 +22,8 @@ name: "terrakube"
## Terrakube Security
security:
adminGroup: "<<CHANGE_THIS>>" # This should be your Azure AD group name
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
patSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters z6QHX!y@Nep2QDT!53vgH43^PjRXyC3X
internalSecret: "<<CHANGE_THIS>>" # Sample Key 32 characters Kb^8cMerPNZV6hS!9!kcD*KuUPUBa^B3
dexClientId: "microsoft"
dexClientScope: "email openid profile offline_access groups"
dexIssuerUri: "https://terrakube-api.domain.com/dex" # Change for your real domain
Expand Down Expand Up @@ -55,11 +55,11 @@ dex:
storage:
type: memory
oauth2:
responseTypes: ["code", "token", "id_token"]
responseTypes: ["code", "token", "id_token"]
skipApprovalScreen: true
web:
allowedOrigins: ['*']

staticClients:
- id: microsoft
redirectURIs:
Expand All @@ -84,7 +84,7 @@ dex:
## API properties
api:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -97,7 +97,7 @@ api:
## Executor properties
executor:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"
properties:
Expand All @@ -107,14 +107,14 @@ executor:
## Registry properties
registry:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

## UI Properties
ui:
enabled: true
version: "2.10.0"
version: "2.14.0"
replicaCount: "1"
serviceType: "ClusterIP"

Expand All @@ -125,7 +125,7 @@ ingress:
enabled: true
domain: "terrakube-ui.domain.com" # Change for your real domain
path: "/(.*)"
pathType: "Prefix"
pathType: "Prefix"
annotations: # This annotations can change based on requirements. The followin is an example using EKS
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_301"}}'
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:XXXXXX:certificate/XXXXXXXX # Change this for a real certiricate
Expand Down Expand Up @@ -185,4 +185,4 @@ ingress:
alb.ingress.kubernetes.io/target-type: ip
kubernetes.io/ingress.class: alb

```
```
Loading

0 comments on commit 2c10769

Please sign in to comment.