Skip to content

Commit

Permalink
Bump appcat version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Saratura committed Nov 16, 2023
1 parent 0090986 commit b2eb2be
Show file tree
Hide file tree
Showing 18 changed files with 150 additions and 15 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.40.0
tag: v4.41.1
apiserver:
registry: ghcr.io
repository: vshn/appcat-apiserver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,48 @@ rules:
- list
- watch
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- get
- update
- list
- watch
- delete
- create
- patch
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- get
- apiGroups:
- cert-manager.io
resources:
- issuers
- certificates
verbs:
- get
- apiGroups:
- batch
resources:
- jobs
- cronjobs
verbs:
- get
- apiGroups:
- ''
resources:
- pods
- services
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- '*'
verbs:
- get
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
livenessProbe:
httpGet:
path: /healthz
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.40.0
imageTag: v4.41.1
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 @@ -31,3 +31,48 @@ rules:
- list
- watch
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- get
- update
- list
- watch
- delete
- create
- patch
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- get
- apiGroups:
- cert-manager.io
resources:
- issuers
- certificates
verbs:
- get
- apiGroups:
- batch
resources:
- jobs
- cronjobs
verbs:
- get
- apiGroups:
- ''
resources:
- pods
- services
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- '*'
verbs:
- get
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
livenessProbe:
httpGet:
path: /healthz
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.40.0
imageTag: v4.41.1
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.40.0
imageTag: v4.41.1
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.40.0
imageTag: v4.41.1
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.40.0
imageTag: v4.41.1
maintenanceSA: helm-based-service-maintenance
quotasEnabled: 'false'
restoreSA: redisrestoreserviceaccount
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,48 @@ rules:
- list
- watch
- delete
- apiGroups:
- ''
resources:
- events
verbs:
- get
- update
- list
- watch
- delete
- create
- patch
- apiGroups:
- apps
resources:
- statefulsets
verbs:
- get
- apiGroups:
- cert-manager.io
resources:
- issuers
- certificates
verbs:
- get
- apiGroups:
- batch
resources:
- jobs
- cronjobs
verbs:
- get
- apiGroups:
- ''
resources:
- pods
- services
verbs:
- get
- apiGroups:
- vshn.appcat.vshn.io
resources:
- '*'
verbs:
- get
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
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.40.0
image: ghcr.io/vshn/appcat:v4.41.1
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit b2eb2be

Please sign in to comment.