From 62ba2a1ce0875763d3d3dbd4763002583442feb7 Mon Sep 17 00:00:00 2001 From: Arne Diekmann Date: Thu, 29 Feb 2024 15:09:31 +0100 Subject: [PATCH] chore: release 0.5.0 --- backend/package-lock.json | 4 ++-- backend/package.json | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- helm/Chart.yaml | 4 ++-- helm/values.yaml | 41 +++++++++++--------------------------- 6 files changed, 20 insertions(+), 37 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 4dcffd5..d57523d 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "ixy", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ixy", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "@fastify/etag": "5.1.0", diff --git a/backend/package.json b/backend/package.json index dc15031..528c58a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "ixy", - "version": "0.4.0", + "version": "0.5.0", "description": "", "author": "Arne Diekmann ", "license": "MIT", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 3a79d1d..16bdcc3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "ixy-ui", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ixy-ui", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "pretty-bytes": "6.1.1" diff --git a/frontend/package.json b/frontend/package.json index 6f01c46..c9b817b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ixy-ui", - "version": "0.4.0", + "version": "0.5.0", "author": "Arne Diekmann ", "license": "MIT", "private": true, diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4b697bd..f3df30b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: ixy description: Helm chart to deploy ixy cluster type: application -version: 0.1.0 -appVersion: "0.0.4" +version: 0.5.0 +appVersion: "0.5.0" diff --git a/helm/values.yaml b/helm/values.yaml index 34fad16..81eeed2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,13 +3,11 @@ # Declare variables to be passed into your templates. replicaCount: 2 - image: repository: neoskop/ixy pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: '' - + tag: '0.5.0' ui: replicaCount: 2 enabled: true @@ -17,7 +15,7 @@ ui: repository: neoskop/ixy-ui pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: '' + tag: '0.5.0' service: type: ClusterIP port: 5173 @@ -26,11 +24,9 @@ ui: hostname: '' annotations: {} labels: {} - imagePullSecrets: [] nameOverride: '' fullnameOverride: '' - serviceAccount: # Specifies whether a service account should be created create: true @@ -41,59 +37,48 @@ serviceAccount: # The name of the service account to use. # If not set and create is true, a name is generated using the fullname template name: '' - role: name: 'distributor' - # develop mode aka hot reloading develop: false - # App config config: BASE_URL: '' DISTRIBUTION: true - podAnnotations: {} podLabels: {} +podSecurityContext: {} +# fsGroup: 2000 -podSecurityContext: - {} - # fsGroup: 2000 - -securityContext: - {} - # capabilities: - # drop: - # - ALL - # readOnlyRootFilesystem: true - # runAsNonRoot: true - # runAsUser: 1000 +securityContext: {} +# capabilities: +# drop: +# - ALL +# readOnlyRootFilesystem: true +# runAsNonRoot: true +# runAsUser: 1000 service: type: ClusterIP port: 8080 - resources: limits: memory: 256Mi requests: cpu: 100m memory: 128Mi - autoscaling: enabled: false minReplicas: 1 maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 - cache: volume: - accessModes: [ "ReadWriteOnce" ] + accessModes: ["ReadWriteOnce"] resources: requests: storage: 1Gi - # Additional volumes on the output Deployment definition. volumes: [] # - name: foo @@ -108,7 +93,5 @@ volumeMounts: [] # readOnly: true nodeSelector: {} - tolerations: [] - affinity: {}