Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arnediekmann committed Feb 29, 2024
1 parent e7f4c44 commit 62ba2a1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 37 deletions.
4 changes: 2 additions & 2 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixy",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"author": "Arne Diekmann <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixy-ui",
"version": "0.4.0",
"version": "0.5.0",
"author": "Arne Diekmann <[email protected]>",
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
41 changes: 12 additions & 29 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,19 @@
# 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
image:
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
Expand All @@ -26,11 +24,9 @@ ui:
hostname: ''
annotations: {}
labels: {}

imagePullSecrets: []
nameOverride: ''
fullnameOverride: ''

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand All @@ -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
Expand All @@ -108,7 +93,5 @@ volumeMounts: []
# readOnly: true

nodeSelector: {}

tolerations: []

affinity: {}

0 comments on commit 62ba2a1

Please sign in to comment.