Skip to content

Commit

Permalink
Merge pull request #259 from vshn/update/appcat_version
Browse files Browse the repository at this point in the history
update default appcat version
  • Loading branch information
wejdross authored Nov 7, 2023
2 parents ed76643 + 893073a commit 8a3d5aa
Show file tree
Hide file tree
Showing 20 changed files with 129 additions and 17 deletions.
2 changes: 1 addition & 1 deletion component/class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ parameters:
appcat:
registry: ghcr.io
repository: vshn/appcat
tag: v4.37.0
tag: v4.39.0
apiserver:
registry: ghcr.io
repository: vshn/appcat-apiserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
env:
- name: PLANS_NAMESPACE
value: syn-appcat
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
value: "false"
- name: APPCAT_SLI_VSHNREDIS
value: "false"
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ rules:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down Expand Up @@ -47,6 +61,20 @@ rules:
- vshnredis/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
data:
controlNamespace: syn-appcat-control
defaultPlan: standard-1
imageTag: v4.37.0
imageTag: v4.39.0
maintenanceSA: helm-based-service-maintenance
minioChartRepository: https://charts.min.io
minioChartVersion: 5.0.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
env:
- name: PLANS_NAMESPACE
value: syn-appcat
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
envFrom:
- secretRef:
name: appcat-sla-reports-creds
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
name: sla-reporter
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
value: "false"
- name: APPCAT_SLI_VSHNREDIS
value: "false"
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ rules:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down Expand Up @@ -47,6 +61,20 @@ rules:
- vshnredis/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
value: "false"
- name: APPCAT_SLI_VSHNREDIS
value: "false"
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ rules:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down Expand Up @@ -47,6 +61,20 @@ rules:
- vshnredis/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
data:
controlNamespace: syn-appcat-control
defaultPlan: standard-1
imageTag: v4.37.0
imageTag: v4.39.0
maintenanceSA: helm-based-service-maintenance
minioChartRepository: https://charts.min.io
minioChartVersion: 5.0.13
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
emailAlertingSmtpHost: smtp.eu.mailgun.org:465
emailAlertingSmtpUsername: [email protected]
externalDatabaseConnectionsEnabled: 'true'
imageTag: v4.37.0
imageTag: v4.39.0
quotasEnabled: 'false'
sgNamespace: stackgres
sideCars: '{"clusterController": {"limits": {"cpu": "32m", "memory": "2Gi"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
emailAlertingSmtpHost: smtp.eu.mailgun.org:465
emailAlertingSmtpUsername: [email protected]
externalDatabaseConnectionsEnabled: 'true'
imageTag: v4.37.0
imageTag: v4.39.0
quotasEnabled: 'false'
sgNamespace: stackgres
sideCars: '{"clusterController": {"limits": {"cpu": "32m", "memory": "2Gi"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
data:
bucketRegion: lpg
controlNamespace: syn-appcat-control
imageTag: v4.37.0
imageTag: v4.39.0
maintenanceSA: helm-based-service-maintenance
quotasEnabled: 'false'
restoreSA: redisrestoreserviceaccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
env:
- name: PLANS_NAMESPACE
value: syn-appcat
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
envFrom:
- secretRef:
name: appcat-sla-reports-creds
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
name: sla-reporter
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
value: "true"
- name: APPCAT_SLI_VSHNREDIS
value: "true"
image: ghcr.io/vshn/appcat:v4.37.0
image: ghcr.io/vshn/appcat:v4.39.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,20 @@ rules:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- vshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down Expand Up @@ -47,6 +61,20 @@ rules:
- vshnredis/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios
verbs:
- get
- list
- watch
- apiGroups:
- vshn.appcat.vshn.io
resources:
- xvshnminios/status
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
Expand Down
4 changes: 2 additions & 2 deletions package/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ applications:
- crossplane
parameters:
pkg.appcat:
componentVersion: v2.4.3
componentVersion: v2.5.0
image:
registry: ghcr.io
repository: vshn/appcat
tag: v4.38.0
tag: v4.39.0
components:
appcat:
url: https://github.com/vshn/component-appcat.git
Expand Down

0 comments on commit 8a3d5aa

Please sign in to comment.