Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Mar 30, 2023
2 parents a28254d + 08e5317 commit e372299
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down
1 change: 1 addition & 0 deletions src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down
1 change: 1 addition & 0 deletions src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y -qq --no-install-recommends \
unzip \
apt-transport-https \
apt-utils \
build-essential \
ca-certificates \
curl \
git \
Expand Down
5 changes: 4 additions & 1 deletion src/helm/azure-pipelines-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: AZP_AGENT_NAME
value: {{ include "this.fullname" . }}
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
- name: AZP_URL
valueFrom:
secretKeyRef:
Expand Down
1 change: 0 additions & 1 deletion src/helm/azure-pipelines-agent/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ spec:
- type: azure-pipelines
metadata:
poolName: {{ .Values.pipelines.pool }}
parent: {{ include "this.fullname" . }}
authenticationRef:
name: {{ include "this.fullname" . }}

0 comments on commit e372299

Please sign in to comment.