File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed 
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{{- define "cap-app-proxy.resources.configmap-documented-configs" }} 
22argoWorkflowsInsecure : {{ .Values.config.argoWorkflowsInsecure | quote }} 
33clusterChunkSize : {{ .Values.config.clusterChunkSize | quote }} 
4- cors : {{ .Values.global.codefresh.url }} 
4+ cors : {{ .Values.config.cors | default .Values. global.codefresh.url }} 
55isConfigurationRuntime : {{ .Values.global.runtime.isConfigurationRuntime | quote }} 
66isExternalArgoCD : {{ .Values.global.runtime.isExternalArgoCD | quote }} 
77runtimeName : {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}} 
Original file line number Diff line number Diff line change 1- FROM  golang:1.24.6 AS go-build  
1+ FROM  golang:1.24.6 AS go-build
22
33RUN  go install github.com/davidrjonas/semver-cli@latest \
44  && cp $GOPATH/bin/semver-cli /usr/local/bin/
55
6- # bookworm-slim
7- FROM  debian:12.12-slim
6+ FROM  debian:13-slim
87
98RUN  echo 'debconf debconf/frontend select Noninteractive'  | debconf-set-selections
109
11- ARG  CF_CLI_VERSION=v0.2.13 
10+ ARG  CF_CLI_VERSION=v0.2.14 
1211ARG  TARGETARCH
1312
1413RUN  apt-get update && apt-get install curl jq -y
@@ -17,6 +16,6 @@ COPY --from=go-build /usr/local/bin/semver-cli /usr/local/bin/semver-cli
1716
1817COPY  --from=bitnamilegacy/kubectl:1.33.4 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/
1918
20- RUN  adduser --shell  /bin/bash codefresh
19+ RUN  useradd -m -s  /bin/bash codefresh
2120USER  codefresh
2221WORKDIR  /home/codefresh
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments