Commit from GitHub Actions (Publishes a new version of Sissi)

This commit is contained in:
release-bot
2024-02-03 19:22:05 +00:00
parent 1fbeb880b7
commit 725a0c4f2c
4 changed files with 41 additions and 80 deletions

2
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/sissi/ REGISTRY_PREFIX=harbor.sheldan.dev/sissi/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.4.38 VERSION=1.4.42
ABSTRACTO_VERSION=1.5.23 ABSTRACTO_VERSION=1.5.23

Binary file not shown.

View File

@@ -2,4 +2,4 @@ apiVersion: v2
name: sissi name: sissi
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
type: application type: application
version: 1.4.38 version: 1.4.42

View File

@@ -1,14 +1,9 @@
# Default values for sissi.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
bot: bot:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-bot image: sissi-bot
tag: 1.4.38 tag: 1.4.42
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -19,13 +14,12 @@ bot:
failureThreshold: 3 failureThreshold: 3
propertyConfig: propertyConfig:
hikariPoolSize: 10 hikariPoolSize: 10
restApi: restApi:
enabled: true enabled: true
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-rest-api image: sissi-rest-api
tag: 1.4.38 tag: 1.4.42
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}
@@ -43,11 +37,11 @@ restApi:
name: rest-api name: rest-api
resources: resources:
limits: limits:
cpu: cpu: null
memory: memory: null
requests: requests:
cpu: cpu: null
memory: memory: null
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
@@ -56,19 +50,16 @@ restApi:
annotations: {} annotations: {}
labels: {} labels: {}
path: / path: /
pathType: Prefix pathType: Prefix
hosts: null
hosts:
extraPaths: [] extraPaths: []
tls: [] tls: []
privateRestApi: privateRestApi:
enabled: true enabled: true
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-private-rest-api image: sissi-private-rest-api
tag: 1.4.38 tag: 1.4.42
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
securityContext: {} securityContext: {}
@@ -83,51 +74,45 @@ privateRestApi:
service: service:
port: 8080 port: 8080
targetPort: 80 targetPort: 80
name: private-restapi # must be less than 16 chars name: private-restapi
resources: resources:
limits: limits:
cpu: cpu: null
memory: memory: null
requests: requests:
cpu: cpu: null
memory: memory: null
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
templateDeployment: templateDeployment:
enabled: true enabled: true
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-template-deployment image: abstracto-template-deployment
tag: 1.5.23 tag: 1.5.23
templateDeploymentData: templateDeploymentData:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-template-data image: sissi-template-data
tag: 1.4.38 tag: 1.4.42
dbConfigDeployment: dbConfigDeployment:
enabled: true enabled: true
repository: harbor.sheldan.dev/abstracto repository: harbor.sheldan.dev/abstracto
pullPolicy: Always pullPolicy: Always
image: abstracto-db-deployment image: abstracto-db-deployment
tag: 1.5.23 tag: 1.5.23
dbConfigDeploymentData: dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi repository: harbor.sheldan.dev/sissi
pullPolicy: Always pullPolicy: Always
image: sissi-db-data image: sissi-db-data
tag: 1.4.38 tag: 1.4.42
dbCredentials: dbCredentials:
host: host: null
port: port: null
userName: userName: null
password: password: null
name: name: null
grafanaDeployment: grafanaDeployment:
repository: harbor.sheldan.dev/grafana-tools repository: harbor.sheldan.dev/grafana-tools
pullPolicy: Always pullPolicy: Always
@@ -135,68 +120,44 @@ grafanaDeployment:
tag: 0.0.2 tag: 0.0.2
enabled: true enabled: true
grafana: grafana:
host: host: null
basicAuth: basicAuth:
username: username: null
password: password: null
apiKeys: apiKeys:
discord: discord:
token: token: null
youtube: youtube:
apiKey: apiKey: null
openWeatherMap: openWeatherMap:
apiKey: apiKey: null
twitch: twitch:
secret: secret: null
clientId: clientId: null
imagePullSecrets: null
nameOverride: ''
imagePullSecrets: fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
serviceAccount: serviceAccount:
# Specifies whether a service account should be created
create: true create: true
# Annotations to add to the service account
annotations: {} annotations: {}
# The name of the service account to use. name: ''
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext: {}
# fsGroup: 2000
securityContext: {} securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service: service:
type: ClusterIP type: ClusterIP
port: 8080 port: 8080
annotations: annotations:
prometheus.io/scrape: "true" prometheus.io/scrape: 'true'
prometheus.io/path: "/actuator/prometheus" prometheus.io/path: /actuator/prometheus
prometheus.io/port: "8080" prometheus.io/port: '8080'
resources: resources:
limits: limits:
cpu: cpu: null
memory: memory: null
requests: requests:
cpu: cpu: null
memory: memory: null
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}