Skip to content

Commit

Permalink
Release Version 75281
Browse files Browse the repository at this point in the history
Release Version 75281
  • Loading branch information
guna-harness authored Jun 2, 2022
2 parents 53f177f + e74b818 commit cc34963
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 29 deletions.
15 changes: 7 additions & 8 deletions docker-compose/harness/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
ng-ui:
image: harness/nextgenui-signed:0.292.8
image: harness/nextgenui-signed:0.300.25
deploy:
resources:
limits:
Expand All @@ -17,7 +17,7 @@ services:
harness-network:

ng-auth-ui:
image: harness/ng-auth-ui-signed:0.33.1
image: harness/ng-auth-ui-signed:0.36.1
deploy:
resources:
limits:
Expand All @@ -32,7 +32,7 @@ services:
harness-network:

manager:
image: harness/manager-signed:74410
image: harness/manager-signed:75281
deploy:
resources:
limits:
Expand All @@ -54,7 +54,7 @@ services:
harness-network:

ng-manager:
image: harness/ng-manager-signed:74410
image: harness/ng-manager-signed:75281
deploy:
resources:
limits:
Expand All @@ -70,7 +70,7 @@ services:
harness-network:

pipeline-service:
image: harness/pipeline-service-signed:74410
image: harness/pipeline-service-signed:75281
deploy:
resources:
limits:
Expand All @@ -87,7 +87,7 @@ services:
harness-network:

platform-service:
image: harness/platform-service-signed:74410
image: harness/platform-service-signed:75202
deploy:
resources:
limits:
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
harness-network:

delegate-proxy:
image: harness/delegate-proxy-signed:74410
image: harness/delegate-proxy-signed:75275a
deploy:
resources:
limits:
Expand All @@ -153,7 +153,6 @@ services:
depends_on:
- ng-ui
- manager
- ng-manager
- pipeline-service
- platform-service
- delegate-proxy
Expand Down
3 changes: 2 additions & 1 deletion docker-compose/harness/environment/pipeline-service.env
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ TIMEOUT_ENGINE_ITERATOR_THREAD_POOL_SIZE=2
USE_REDIS_FOR_INTERRUPTS=true
USE_REDIS_FOR_ORCHESTRATION_EVENTS=true
USE_REDIS_FOR_SDK_RESPONSE_EVENTS=true
WEBHOOK_ITERATOR_THREAD_POOL_SIZE=2
WEBHOOK_ITERATOR_THREAD_POOL_SIZE=2
LOCK_CONFIG_REDIS_URL=redis://redis:6379
2 changes: 1 addition & 1 deletion helm/harness/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: harness
version: 0.1.0
appVersion: "74410"
appVersion: "75281"
description: A Helm chart for Harness Community Edition.

type: application
Expand Down
2 changes: 1 addition & 1 deletion helm/harness/templates/delegate-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
securityContext:
runAsUser: 101
containers:
- image: harness/delegate-proxy-signed:{{ .Values.versions.manager }}
- image: harness/delegate-proxy-signed:{{ .Values.versions.delegate_proxy }}
imagePullPolicy: IfNotPresent
name: delegate-proxy
resources:
Expand Down
2 changes: 1 addition & 1 deletion helm/harness/templates/pipeline-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
runAsUser: 999
containers:
- name: pipeline-service
image: harness/pipeline-service-signed:{{ .Values.versions.manager }}
image: harness/pipeline-service-signed:{{ .Values.versions.pipeline_service }}
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 65534
Expand Down
2 changes: 1 addition & 1 deletion helm/harness/templates/platform-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ spec:
runAsUser: 999
containers:
- name: platform-service
image: harness/platform-service-signed:{{ .Values.versions.manager }}
image: harness/platform-service-signed:{{ .Values.versions.platform_service }}
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 65534
Expand Down
7 changes: 0 additions & 7 deletions helm/harness/templates/proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,6 @@ spec:
{{- include "harness.replica.labels" . | nindent 8 }}
spec:
serviceAccountName: {{ include "harness.serviceAccountName" . }}
initContainers:
- name: check-for-manager
image: harness/nginx:{{ .Values.versions.nginx }}
command: ['sh', '-c', "until curl -s http://ng-manager:7090/health; do echo waiting for ng-manager to start; sleep 2; done"]
securityContext:
runAsNonRoot: true
runAsUser: 101
containers:
- name: proxy
image: harness/nginx:{{ .Values.versions.nginx }}
Expand Down
21 changes: 12 additions & 9 deletions helm/harness/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,16 @@ secret:
versions:
busybox: 1.33.1
log_service: release-18
manager: 74410
manager: 75281
mongo: 4.2.8
ng_auth_ui: 0.33.1
ng_ui: 0.292.8
ng_auth_ui: 0.36.1
ng_ui: 0.300.25
nginx: 1.21.4
redis: 6.2.5-alpine
scm: release-45
platform_service: 75202
delegate_proxy: 75275a
pipeline_service: 75281

# Resource request & limit configuration per application
ng_ui:
Expand Down Expand Up @@ -113,10 +116,10 @@ platform:
memory: 60
resources:
limits:
memory: 244Mi
memory: 300Mi
cpu: 1
requests:
memory: 128Mi
memory: 300Mi
cpu: 200m

log_service:
Expand All @@ -131,10 +134,10 @@ log_service:
scm:
resources:
limits:
memory: 48Mi
memory: 100Mi
cpu: 200m
requests:
memory: 48Mi
memory: 100Mi
cpu: 200m

delegate_proxy:
Expand All @@ -149,10 +152,10 @@ delegate_proxy:
proxy:
resources:
limits:
memory: 16Mi
memory: 100Mi
cpu: 200m
requests:
memory: 16Mi
memory: 100Mi
cpu: 200m

redis:
Expand Down

0 comments on commit cc34963

Please sign in to comment.