Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into marcin/use-official-c…
Browse files Browse the repository at this point in the history
…apz-image
  • Loading branch information
maciaszczykm committed Oct 4, 2023
2 parents 1bd5909 + 7982966 commit 146b9f7
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bootstrap/helm/cluster-api-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: cluster-api-cluster
description: A Helm chart for Kubernetes
type: application
version: 0.1.44
version: 0.1.45
appVersion: v1.24.16
3 changes: 3 additions & 0 deletions bootstrap/helm/cluster-api-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@ workers:
#########################################
kind:
replicas: 0
labels: {}
annotations:
cluster.x-k8s.io/replicas-managed-by: external-autoscaler
#################################
### AWS WORKERS ###
#################################
Expand Down
6 changes: 3 additions & 3 deletions retool/helm/retool/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.1.5
- name: retool
repository: https://charts.retool.com
version: 6.0.0
digest: sha256:e9f0184bb0773073c0f1c8c6fb87edfd187534312cdd22e59bbc4bb99e869fda
generated: "2023-09-12T10:07:27.403885-04:00"
version: 6.0.2
digest: sha256:64e43f4c30b1d885101d9c50fe2f314e54f86d33e555ba6df3d9b90dda8784d4
generated: "2023-09-26T12:08:59.73891-04:00"
6 changes: 3 additions & 3 deletions retool/helm/retool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: retool
description: helm chart for retool
type: application
version: 0.1.6
appVersion: "v3.10.2"
version: 0.1.7
appVersion: "v3.12.2"
dependencies:
- name: postgres
version: 0.1.5
repository: https://pluralsh.github.io/module-library
- name: retool
version: 6.0.0
version: 6.0.2
repository: https://charts.retool.com
Binary file removed retool/helm/retool/charts/retool-6.0.0.tgz
Binary file not shown.
Binary file added retool/helm/retool/charts/retool-6.0.2.tgz
Binary file not shown.
1 change: 0 additions & 1 deletion retool/helm/retool/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
application: true
description: Deploys retool crafted for the target cloud
spec:
breaking: true
dependencies:
- type: helm
name: bootstrap
Expand Down
4 changes: 3 additions & 1 deletion retool/helm/retool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ postgres:
dbName: retool
ownerChart: retool
infix: -postgres
parameters:
max_connections: '101'

setupTemporal: true

Expand All @@ -17,7 +19,7 @@ retool:

image:
repository: tryretool/backend
tag: 3.10.2
tag: 3.12.2

workflows:
temporal:
Expand Down

0 comments on commit 146b9f7

Please sign in to comment.