diff --git a/README.md b/README.md index 4241956..2d09533 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ make build ### Prepare for release ```sh +cd docs helm package ../charts/cnfuzz helm repo index --url https://suecodelabs.github.io/cnfuzz/ . ``` diff --git a/charts/cnfuzz/Chart.yaml b/charts/cnfuzz/Chart.yaml index 02862c4..4f24b70 100644 --- a/charts/cnfuzz/Chart.yaml +++ b/charts/cnfuzz/Chart.yaml @@ -15,13 +15,13 @@ 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: 0.1.0 +version: 0.1.1 # 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: "v0.1.0" +appVersion: "v0.1.1" dependencies: - name: redis diff --git a/charts/cnfuzz/values.yaml b/charts/cnfuzz/values.yaml index fe01a5d..1ca7b9a 100644 --- a/charts/cnfuzz/values.yaml +++ b/charts/cnfuzz/values.yaml @@ -4,19 +4,22 @@ redis: enabled: true + architecture: standalone + replica: + replicaCount: 1 auth: enabled: false minio: enabled: true - # Uncomment (and change) any of the following if you want to deploy minio on smaller environments - #mode: standalone # only use for development/testing - #replicas: 1 - #persistence: - # size: 1Gi - #resources: - # requests: - # memory: 1Gi + # Comment (and/or change) any of the following if you want to deploy minio to a production scenario. + mode: standalone # only use for development/testing + replicas: 1 + persistence: + size: 1Gi + resources: + requests: + memory: 1Gi buckets: - name: restler-reports policy: upload diff --git a/docs/cnfuzz-0.1.1.tgz b/docs/cnfuzz-0.1.1.tgz new file mode 100644 index 0000000..04a33e8 Binary files /dev/null and b/docs/cnfuzz-0.1.1.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index 2f5afd1..ee51c16 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,9 +1,28 @@ apiVersion: v1 entries: cnfuzz: + - apiVersion: v2 + appVersion: v0.1.1 + created: "2022-05-06T14:26:49.935194+02:00" + dependencies: + - condition: redis.enabled + name: redis + repository: https://charts.bitnami.com/bitnami + version: ^16.0.0 + - condition: minio.enabled + name: minio + repository: https://charts.min.io/ + version: ^3.6.2 + description: A Helm chart for cnfuzz + digest: 301059e2327fd87597b23c3359d829783fcf785920fa356fc9da1424126262a8 + name: cnfuzz + type: application + urls: + - https://suecodelabs.github.io/cnfuzz/cnfuzz-0.1.1.tgz + version: 0.1.1 - apiVersion: v2 appVersion: v0.1.0 - created: "2022-05-06T12:07:43.099106+02:00" + created: "2022-05-06T14:26:49.927594+02:00" dependencies: - condition: redis.enabled name: redis @@ -22,7 +41,7 @@ entries: version: 0.1.0 - apiVersion: v2 appVersion: v0.0.3-alpha - created: "2022-05-06T12:07:43.090655+02:00" + created: "2022-05-06T14:26:49.919714+02:00" dependencies: - condition: redis.enabled name: redis @@ -39,4 +58,4 @@ entries: urls: - https://suecodelabs.github.io/cnfuzz/cnfuzz-0.0.3-alpha.tgz version: 0.0.3-alpha -generated: "2022-05-06T12:07:43.081934+02:00" +generated: "2022-05-06T14:26:49.910274+02:00"