Skip to content

Commit

Permalink
Merge pull request #710 from HumairAK/stable
Browse files Browse the repository at this point in the history
Update stable to v2.5.0
  • Loading branch information
HumairAK committed Sep 30, 2024
2 parents 7304c92 + bef7d2e commit 882c82e
Show file tree
Hide file tree
Showing 73 changed files with 709 additions and 915 deletions.
2 changes: 1 addition & 1 deletion .github/resources/minio/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
ports:
- containerPort: 9000
protocol: TCP
imagePullPolicy: IfNotPresent
# imagePullPolicy: default - https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
volumeMounts:
- name: data
mountPath: /data
Expand Down
2 changes: 1 addition & 1 deletion .github/resources/pypiserver/base/pypiserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- image: "quay.io/harshad16/pypi-server"
imagePullPolicy: IfNotPresent
# imagePullPolicy: default - https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting
name: pypi-server
command:
- pypi-server
Expand Down
135 changes: 0 additions & 135 deletions .github/scripts/tests/kind-integration.sh

This file was deleted.

Loading

0 comments on commit 882c82e

Please sign in to comment.