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

This commit is contained in:
release-bot
2024-02-03 19:56:48 +00:00
parent 6ef01eb88b
commit b5a5061bb4
4 changed files with 36 additions and 90 deletions

2
.env
View File

@@ -1,4 +1,4 @@
REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/
ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/
VERSION=1.6.16 VERSION=1.6.17
ABSTRACTO_VERSION=1.5.23 ABSTRACTO_VERSION=1.5.23

Binary file not shown.

View File

@@ -1,24 +1,6 @@
apiVersion: v2 apiVersion: v2
name: oneplus-bot name: oneplus-bot
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application type: application
version: 1.6.17
# This is the chart version. This version number should be incremented each time you make changes appVersion: 1.6.16
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.6.16
# 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: "1.6.16"

View File

@@ -1,14 +1,9 @@
# Default values for oneplus-bot.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1 replicaCount: 1
bot: bot:
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
image: oneplus-bot-image image: oneplus-bot-image
tag: 1.6.16 tag: 1.6.17
livenessProbe: livenessProbe:
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 5 periodSeconds: 5
@@ -18,43 +13,37 @@ bot:
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
config: config:
newsForumPostNotificationServerId: newsForumPostNotificationServerId: null
propertyConfig: propertyConfig:
hikariPoolSize: 10 hikariPoolSize: 10
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/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-template-data image: oneplus-bot-template-data
tag: 1.6.16 tag: 1.6.17
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/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
pullPolicy: Always pullPolicy: Always
image: oneplus-bot-db-data image: oneplus-bot-db-data
tag: 1.6.16 tag: 1.6.17
dbCredentials: dbCredentials:
host: host: null
port: port: null
userName: userName: null
password: password: null
name: name: null
privateRestApi: privateRestApi:
enabled: true enabled: true
repository: harbor.sheldan.dev/oneplus-bot repository: harbor.sheldan.dev/oneplus-bot
@@ -75,18 +64,17 @@ 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: {}
grafanaDeployment: grafanaDeployment:
repository: harbor.sheldan.dev/grafana-tools repository: harbor.sheldan.dev/grafana-tools
pullPolicy: Always pullPolicy: Always
@@ -94,68 +82,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: {}