diff --git a/.env b/.env index 4f78a40..abcdad0 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ REGISTRY_PREFIX=harbor.sheldan.dev/oneplus-bot/ ABSTRACTO_PREFIX=harbor.sheldan.dev/abstracto/ -VERSION=1.6.16 +VERSION=1.6.17 ABSTRACTO_VERSION=1.5.23 \ No newline at end of file diff --git a/deployment/helm/oneplus-bot-1.6.17.tgz b/deployment/helm/oneplus-bot-1.6.17.tgz new file mode 100644 index 0000000..4c35bc1 Binary files /dev/null and b/deployment/helm/oneplus-bot-1.6.17.tgz differ diff --git a/deployment/helm/oneplus-bot/Chart.yaml b/deployment/helm/oneplus-bot/Chart.yaml index d59366c..3d559bc 100644 --- a/deployment/helm/oneplus-bot/Chart.yaml +++ b/deployment/helm/oneplus-bot/Chart.yaml @@ -1,24 +1,6 @@ apiVersion: v2 name: oneplus-bot 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 - -# This is the chart version. This version number should be incremented each time you make changes -# 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" +version: 1.6.17 +appVersion: 1.6.16 diff --git a/deployment/helm/oneplus-bot/values.yaml b/deployment/helm/oneplus-bot/values.yaml index 5f2d864..10caf75 100644 --- a/deployment/helm/oneplus-bot/values.yaml +++ b/deployment/helm/oneplus-bot/values.yaml @@ -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 - bot: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: IfNotPresent image: oneplus-bot-image - tag: 1.6.16 + tag: 1.6.17 livenessProbe: initialDelaySeconds: 60 periodSeconds: 5 @@ -18,43 +13,37 @@ bot: periodSeconds: 5 failureThreshold: 3 config: - newsForumPostNotificationServerId: + newsForumPostNotificationServerId: null propertyConfig: hikariPoolSize: 10 - templateDeployment: enabled: true repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-template-deployment tag: 1.5.23 - templateDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-template-data - tag: 1.6.16 - + tag: 1.6.17 dbConfigDeployment: enabled: true repository: harbor.sheldan.dev/abstracto pullPolicy: Always image: abstracto-db-deployment tag: 1.5.23 - dbConfigDeploymentData: repository: harbor.sheldan.dev/oneplus-bot pullPolicy: Always image: oneplus-bot-db-data - tag: 1.6.16 - + tag: 1.6.17 dbCredentials: - host: - port: - userName: - password: - name: - + host: null + port: null + userName: null + password: null + name: null privateRestApi: enabled: true repository: harbor.sheldan.dev/oneplus-bot @@ -75,18 +64,17 @@ privateRestApi: service: port: 8080 targetPort: 80 - name: private-restapi # must be less than 16 chars + name: private-restapi resources: limits: - cpu: - memory: + cpu: null + memory: null requests: - cpu: - memory: + cpu: null + memory: null nodeSelector: {} tolerations: [] affinity: {} - grafanaDeployment: repository: harbor.sheldan.dev/grafana-tools pullPolicy: Always @@ -94,68 +82,44 @@ grafanaDeployment: tag: 0.0.2 enabled: true grafana: - host: + host: null basicAuth: - username: - password: - + username: null + password: null apiKeys: discord: - token: + token: null youtube: - apiKey: + apiKey: null openWeatherMap: - apiKey: + apiKey: null twitch: - secret: - clientId: - - -imagePullSecrets: -nameOverride: "" -fullnameOverride: "" - + secret: null + clientId: null +imagePullSecrets: null +nameOverride: '' +fullnameOverride: '' serviceAccount: - # Specifies whether a service account should be created create: true - # Annotations to add to the service account annotations: {} - # The name of the service account to use. - # If not set and create is true, a name is generated using the fullname template - name: "" - + name: '' podAnnotations: {} - podSecurityContext: {} - # fsGroup: 2000 - securityContext: {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 - service: type: ClusterIP port: 8080 annotations: - prometheus.io/scrape: "true" - prometheus.io/path: "/actuator/prometheus" - prometheus.io/port: "8080" - + prometheus.io/scrape: 'true' + prometheus.io/path: /actuator/prometheus + prometheus.io/port: '8080' resources: limits: - cpu: - memory: + cpu: null + memory: null requests: - cpu: - memory: - - + cpu: null + memory: null nodeSelector: {} - tolerations: [] - affinity: {}