Skip to content

Commit

Permalink
Releasing 0.2.4 of all charts (#10)
Browse files Browse the repository at this point in the history
* demo bump

* dep update

Co-authored-by: Jon Charette <jon@harness.io>
  • Loading branch information
harness-jc and Jon Charette authored Aug 18, 2022
1 parent e3311bf commit bc7c25d
Show file tree
Hide file tree
Showing 58 changed files with 81 additions and 96 deletions.
4 changes: 2 additions & 2 deletions src/demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: harness-demo
description: Helm Chart for deploying Harness in Demo configuration
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,7 +15,7 @@ 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.2.2
version: 0.2.4

# 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
Expand Down
Binary file modified src/demo/charts/ci-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/charts/platform-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/charts/sto-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/ci/charts/ci-manager-0.1.0.tgz
Binary file not shown.
53 changes: 37 additions & 16 deletions src/demo/ci/values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,37 @@
istio:
enabled: false

helm-harness-secrets:
mongodb:
password: ""
timescaledb:
adminPassword: ""
postgresPassword: ""
standbyPassword: ""
minio:
user: ""
password: ""

ci:
enabled: true
ci-manager:
appLogLevel: INFO
ci_images:
addon:
tag: "1.14.7"
lite_engine:
tag: "1.14.7"
git_clone:
tag: "1.2.0-rootless"
kaniko:
tag: "1.6.0"
kaniko_ecr:
tag: "1.6.0"
kaniko_gcr:
tag: "1.6.0"
gcs_upload:
tag: "1.3.0"
s3_upload:
tag: "1.1.0"
artifactory_upload:
tag: "1.1.0"
gcs_cache:
tag: "1.4.0"
s3_cache:
tag: "1.4.0"
image:
tag: "76019"
java:
memory: 4096
replicaCount: 1
resources:
limits:
cpu: 1
memory: 8192Mi
requests:
cpu: 1
memory: 1400Mi
8 changes: 4 additions & 4 deletions src/demo/platform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies:
repository: https://harness.github.io/helm-log-service/charts
version: 0.1.0
- name: minio
repository: https://helm.min.io/
version: 8.0.10
repository: https://charts.min.io/
version: 4.0.9
- name: mongo
repository: https://harness.github.io/helm-mongo/charts
version: 0.1.0
Expand Down Expand Up @@ -65,5 +65,5 @@ dependencies:
- name: timescaledb
repository: https://harness.github.io/helm-timescaledb/charts
version: 0.1.0
digest: sha256:e71ffbe6da53b813d1ddf0b78075e51e185ac0bd100b62a17d1977b6b70b1b02
generated: "2022-08-17T13:51:19.150946-04:00"
digest: sha256:a1d76d89997dd574891d443368bc849f2c34f1da1ec826890675e75bc00fd6bd
generated: "2022-08-18T00:55:18.055442+05:30"
4 changes: 2 additions & 2 deletions src/demo/platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies:
repository: "https://harness.github.io/helm-log-service/charts"

- name: minio
version: 8.0.10
repository: https://helm.min.io/
version: 4.0.9
repository: https://charts.min.io/

- name: mongo
version: 0.1.0
Expand Down
Binary file modified src/demo/platform/charts/access-control-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/change-data-capture-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/cv-nextgen-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/delegate-proxy-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/gateway-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/harness-manager-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/le-nextgen-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/log-service-0.1.0.tgz
Binary file not shown.
Binary file added src/demo/platform/charts/minio-4.0.9.tgz
Binary file not shown.
Binary file removed src/demo/platform/charts/minio-8.0.10.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/mongo-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/next-gen-ui-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/ng-auth-ui-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/ng-manager-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/pipeline-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/platform-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/redis-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/scm-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/template-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/ti-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/demo/platform/charts/timescaledb-0.1.0.tgz
Binary file not shown.
18 changes: 12 additions & 6 deletions src/demo/platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,18 @@ log-service:
enabled: false

minio:
fullnameOverride: minio
defaultBuckets: "logs"
auth:
existingSecret: minio
autoscaling:
enabled: false
fullnameOverride: "minio"
mode: standalone
rootUser: ""
rootPassword: ""
buckets:
- name: logs
policy: none
purge: false
makeBucketJob:
exitCommand: "curl -sf -XPOST http://127.0.0.1:15020/quitquitquit"
makeUserJob:
exitCommand: "curl -sf -XPOST http://127.0.0.1:15020/quitquitquit"

mongo:
image:
Expand Down
Binary file modified src/demo/sto/charts/sto-manager-0.1.0.tgz
Binary file not shown.
19 changes: 2 additions & 17 deletions src/demo/templates/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,6 @@ spec:
{{- range .Values.istio.VirtualService.hosts }}
- {{ . }}
{{- end }}
tcp:
- match:
- port: 9000
route:
- destination:
host: log-service-minio
port:
number: 9000
- match:
- port: 9879
route:
- destination:
host: harness-manager
port:
number: 9879
http:
- name: ng-manager
match:
Expand Down Expand Up @@ -110,10 +95,10 @@ spec:
route:
- destination:
port:
number: 9000
number: 9001
host: minio

- name: log-serivce-minio
- name: minio
match:
- uri:
prefix: "/logs/"
Expand Down
69 changes: 21 additions & 48 deletions src/demo/values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
global:
### S
airgap: "false"
### HA not available in demo
ha: false
host_name: ""
imageRegistryOverride: ""
### Global Docker image registry
imageRegistry: ""
### Fully qualified name of cluster eg. https://abc.def
loadbalancerURL: ""
### Flag for setting mongo SSL
mongoSSL: false
### Global StorageClass for Persistent Volume
storageClassName: ""

platform:
harness-manager:
### Feature Flags for enabling components
features: SECURITY,SECURITY_STAGE,STO_CI_PIPELINE_SECURITY,STO_API_V2,LDAP_SSO_PROVIDER,ASYNC_ARTIFACT_COLLECTION,JIRA_INTEGRATION,AUDIT_TRAIL_UI,GDS_TIME_SERIES_SAVE_PER_MINUTE,STACKDRIVER_SERVICEGUARD,BATCH_SECRET_DECRYPTION,TIME_SERIES_SERVICEGUARD_V2,TIME_SERIES_WORKFLOW_V2,CUSTOM_DASHBOARD,GRAPHQL,CV_FEEDBACKS,LOGS_V2_247,UPGRADE_JRE,CDNG_ENABLED,NEXT_GEN_ENABLED,LOG_STREAMING_INTEGRATION,CING_ENABLED,NG_HARNESS_APPROVAL,GIT_SYNC_NG,NG_SHOW_DELEGATE,NG_CG_TASK_ASSIGNMENT_ISOLATION,CI_OVERVIEW_PAGE,AZURE_CLOUD_PROVIDER_VALIDATION_ON_DELEGATE,TERRAFORM_AWS_CP_AUTHENTICATION,NG_TEMPLATES,NEW_DEPLOYMENT_FREEZE,HELM_CHART_AS_ARTIFACT,RESOLVE_DEPLOYMENT_TAGS_BEFORE_EXECUTION,WEBHOOK_TRIGGER_AUTHORIZATION,GITHUB_WEBHOOK_AUTHENTICATION,CUSTOM_MANIFEST,GIT_ACCOUNT_SUPPORT,AZURE_WEBAPP,PRUNE_KUBERNETES_RESOURCES,LDAP_GROUP_SYNC_JOB_ITERATOR,POLLING_INTERVAL_CONFIGURABLE,APPLICATION_DROPDOWN_MULTISELECT,USER_GROUP_AS_EXPRESSION,RESOURCE_CONSTRAINT_SCOPE_PIPELINE_ENABLED,ENABLE_DEFAULT_NG_EXPERIENCE_FOR_ONPREM

### Set passwords for internal services "" equals auto-generated
harness-secrets:
mongodb:
password: ""
Expand All @@ -25,29 +32,31 @@ platform:
AppAuditJWTSecret: ""

log-service:

s3:
endpoint: ""
bucketName: ""
region: ""
### Set S3 Bucket access informations, "" equals connections to MinIO
accessKeyId: ""
secretAccessKey: ""

minio:
accessKey: ""
secretKey: ""
defaultBucket:
enabled: true
name: logs
policy: none
purge: false
### Mode: standalone or distributed
mode: standalone
### Set Minio Credentials
rootUser: ""
rootPassword: ""

mongo:
###
secrets:
ca_pem: ""
mongodb_pem: ""
client_pem: ""

platform-service:
###
smtp:
host: ""
port: ""
Expand All @@ -57,43 +66,9 @@ platform:

ci:
enabled: true
ci-manager:
appLogLevel: INFO
ci_images:
addon:
tag: "1.14.7"
lite_engine:
tag: "1.14.7"
git_clone:
tag: "1.2.0-rootless"
kaniko:
tag: "1.6.0"
kaniko_ecr:
tag: "1.6.0"
kaniko_gcr:
tag: "1.6.0"
gcs_upload:
tag: "1.3.0"
s3_upload:
tag: "1.1.0"
artifactory_upload:
tag: "1.1.0"
gcs_cache:
tag: "1.4.0"
s3_cache:
tag: "1.4.0"
image:
tag: "76019"
java:
memory: 4096
replicaCount: 1
resources:
limits:
cpu: 1
memory: 8192Mi
requests:
cpu: 1
memory: 1400Mi

sto:
enabled: true

istio:
enabled: true
Expand All @@ -110,5 +85,3 @@ istio:
VirtualService:
hosts:
- ""
sto:
enabled: true
2 changes: 1 addition & 1 deletion src/prod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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.2.2
version: 0.2.4

# 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
Expand Down
Binary file modified src/prod/charts/ci-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/charts/platform-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/charts/sto-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/ci/charts/ci-manager-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/access-control-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/change-data-capture-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/cv-nextgen-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/delegate-proxy-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/gateway-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/harness-manager-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/le-nextgen-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/log-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/mongo-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/next-gen-ui-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/ng-auth-ui-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/ng-manager-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/pipeline-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/platform-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/redis-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/scm-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/template-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/ti-service-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/platform/charts/timescaledb-0.1.0.tgz
Binary file not shown.
Binary file modified src/prod/sto/charts/sto-manager-0.1.0.tgz
Binary file not shown.

0 comments on commit bc7c25d

Please sign in to comment.