Skip to content

Commit

Permalink
Merge branch 'main' into addPreviewPortfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugma committed Oct 18, 2024
2 parents 1ec1a2b + 7b764fe commit c1b5a50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resources:
# renovate:github-url
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml
- appset-certificate.yaml
- appset-ingress-route.yaml
- certificate.yaml
Expand Down
2 changes: 1 addition & 1 deletion monitor/loki/stateful-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:

containers:
- name: loki
image: grafana/loki:3.2.0
image: grafana/loki:3.2.1
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/loki/config/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion preview-traq/staging-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:

containers:
- name: traq-ui
image: ghcr.io/traptitech/traq-ui:master@sha256:7330e47aca0e779b8219e131c7d00c5e7ea4ae0d3c3361950815d211a84b2c13
image: ghcr.io/traptitech/traq-ui:master@sha256:f2c696597ffdfd8720629ce63a642b9e9be6099421f67396a241daf75669e77d
imagePullPolicy: Always
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion setup-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.6.7/scripts/openapi2
export FILENAME_FORMAT='{fullgroup}-{kind}-{version}'

# renovate:github-url
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.4/manifests/install.yaml
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.5/manifests/install.yaml

# renovate:github-url
python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.7.2/install.yaml
Expand Down

0 comments on commit c1b5a50

Please sign in to comment.