diff --git a/charts/opslevel/Chart.yaml b/charts/opslevel/Chart.yaml index 9494be9..e7242c6 100644 --- a/charts/opslevel/Chart.yaml +++ b/charts/opslevel/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: "v2" name: "opslevel" type: "application" -version: "2025.9.29" -appVersion: "2025.9.29" +version: "2025.10.18" +appVersion: "2025.10.18" description: "The OpsLevel internal developer portal helps your team ship fast without risking your software standards." home: "https://www.opslevel.com/" icon: "https://app.opslevel.com/OpsLevelLogo-Primary.svg" @@ -10,10 +10,10 @@ maintainers: - name: "OpsLevel" email: "support@opslevel.com" dependencies: - - name: 'replicated' - repository: 'oci://registry.replicated.com/library' - version: '1.5.3' - - name: 'eck-operator' - version: '2.16.1' - repository: 'https://helm.elastic.co/' + - name: "replicated" + repository: "oci://registry.replicated.com/library" + version: "1.5.3" + - name: "eck-operator" + version: "2.16.1" + repository: "https://helm.elastic.co/" condition: elasticsearch.eck.enabled diff --git a/charts/opslevel/values.yaml b/charts/opslevel/values.yaml index 2855af1..2abcebd 100644 --- a/charts/opslevel/values.yaml +++ b/charts/opslevel/values.yaml @@ -5,25 +5,25 @@ global: resources: small: &resourcesSmall requests: - cpu: '200m' - memory: '500Mi' + cpu: "200m" + memory: "500Mi" limits: - cpu: '1' - memory: '2Gi' + cpu: "1" + memory: "2Gi" medium: &resourcesMedium requests: - cpu: '1' - memory: '2Gi' + cpu: "1" + memory: "2Gi" limits: - cpu: '2' - memory: '4Gi' + cpu: "2" + memory: "4Gi" large: &resourcesLarge requests: - cpu: '2' - memory: '2Gi' + cpu: "2" + memory: "2Gi" limits: - cpu: '4' - memory: '8Gi' + cpu: "4" + memory: "8Gi" ## The following gets automatically templated into the helm chart when pulled from replicated ## You can verify this by using `helm pull --untar oci://registry.replicated.com/opslevel/helm/opslevel` ## Do not try to override this as it will get replaced with data from replicated @@ -39,7 +39,7 @@ opslevel: forceSSL: false image: repository: "746108190720.dkr.ecr.us-east-1.amazonaws.com/opslevel" - tag: "selfhosted-prod-a7855902-1759175545" + tag: "selfhosted-prod-0b388460-1760708035" account: name: "Main" username: "Alice Wonderland" @@ -80,12 +80,12 @@ opslevel: secret: name: "opslevel" create: true - devisePepper: 'onn73il4u0pf4viuovycfb2tu98ld4ji' - deviseSecretKey: '2v2j0oiipvdlivkbkqhdxba99afghdt9' - encryptionSalt: '0p9jjrgxg6uk8djvsvjyn0bd4jd8gjov' - externalUUIDPepper: 'j08rlk9g4kgirwzpa1iu0qjewc89xafx' - secretKeyBase: 'n4ugfd4s2my7beak6mhfc2wptjxtefy2' - throttlerPepper: 'of7ii1mlx65l8f75kytizj24r6jp2rmz' + devisePepper: "onn73il4u0pf4viuovycfb2tu98ld4ji" + deviseSecretKey: "2v2j0oiipvdlivkbkqhdxba99afghdt9" + encryptionSalt: "0p9jjrgxg6uk8djvsvjyn0bd4jd8gjov" + externalUUIDPepper: "j08rlk9g4kgirwzpa1iu0qjewc89xafx" + secretKeyBase: "n4ugfd4s2my7beak6mhfc2wptjxtefy2" + throttlerPepper: "of7ii1mlx65l8f75kytizj24r6jp2rmz" runner: enabled: false @@ -110,7 +110,8 @@ runner: config: name: "opslevel-runner" create: false - settings: | # use this to override the pod configuration the runner uses to spin up jobs + settings: + | # use this to override the pod configuration the runner uses to spin up jobs # kubernetes: # annotations: # podpreset.admission.kubernetes.io/allow-database: "resource version" @@ -136,7 +137,7 @@ opssight: secret: name: "opssight" create: true - secretKeyBase: '5x6bcne8x7ufmqxilmow45a1utm5rz88' + secretKeyBase: "5x6bcne8x7ufmqxilmow45a1utm5rz88" mysql: external: false @@ -196,23 +197,23 @@ redis: pod: annotations: {} securityContext: {} -# allowPrivilegeEscalation: false -# capabilities: -# drop: -# - ALL -# readOnlyRootFilesystem: true -# runAsNonRoot: true -# runAsUser: 1000 -# seccompProfile: -# type: RuntimeDefault + # allowPrivilegeEscalation: false + # capabilities: + # drop: + # - ALL + # readOnlyRootFilesystem: true + # runAsNonRoot: true + # runAsUser: 1000 + # seccompProfile: + # type: RuntimeDefault serviceAccount: create: true name: redis annotations: {} securityContext: {} -# fsGroupChangePolicy: Always -# supplementalGroups: [] -# sysctls: [] + # fsGroupChangePolicy: Always + # supplementalGroups: [] + # sysctls: [] storageClass: "" storageSize: "8Gi" secret: