Skip to content

Commit

Permalink
revert release related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga1980 committed Oct 3, 2024
1 parent 27149d8 commit 028462c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1
memory: 1Gi
cpu: 3
memory: 2.5Gi
requests:
cpu: 75m
memory: 325Mi
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ COPY ./amalogswindows/installer/scripts/rubyKeepCertificateAlive/*.rb /etc/fluen
COPY ./amalogswindows/ruby/ /etc/fluent/plugin/

# default value will be overwritten by pipeline
ARG IMAGE_TAG=win-3.1.24
ARG IMAGE_TAG=win-3.1.23
ENV AGENT_VERSION ${IMAGE_TAG}

ENV OS_TYPE "windows"
Expand Down

0 comments on commit 028462c

Please sign in to comment.