Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stable to v2.5.0 #710

Merged
merged 22 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a9d1b2f
add kuberoot-ca to sample
HumairAK Aug 19, 2024
e91c5b3
Merge pull request #691 from HumairAK/add-kuberoot-ca
HumairAK Aug 19, 2024
778497c
chore: Improved logs for tests
hbelmiro Aug 29, 2024
5ba6568
Merge pull request #695 from hbelmiro/improve-logs
openshift-merge-bot[bot] Aug 29, 2024
3f9f9ff
Removed imagePullPolicy: IfNotPresent
hbelmiro Sep 4, 2024
9181d9e
Merge pull request #697 from hbelmiro/remove-image-pull-policy
openshift-merge-bot[bot] Sep 5, 2024
4e140bd
OWNERS updates
anishasthana Sep 5, 2024
e101b0f
Merge pull request #698 from anishasthana/anishasthana-patch-1
HumairAK Sep 5, 2024
145f3ca
Bumped actions/upload-artifact to v4
hbelmiro Sep 17, 2024
6cf02ac
Merge pull request #701 from hbelmiro/update-upload-artifact
HumairAK Sep 17, 2024
b616f69
Move kind-integration.sh content to tests.sh and target environment f…
diegolovison Sep 17, 2024
cca3cf0
Allow DSPO test suite be running with RHOAI
diegolovison Sep 18, 2024
bbfa6c9
Fix suggestions
diegolovison Sep 18, 2024
a9974ff
Fix return value of get_dspo_image
diegolovison Sep 18, 2024
7270713
Updated mariadb to serve over tls
VaniHaripriya Aug 30, 2024
b81616c
Support environment variables as parameter
diegolovison Sep 19, 2024
52bd7d1
Added support for TLS to MLMD GRPC Server
hbelmiro Aug 9, 2024
a54d0a6
update compatibility doc for 2.6
HumairAK Sep 27, 2024
4515960
Merge pull request #705 from HumairAK/prep-2.6
HumairAK Sep 27, 2024
70430e5
Generate params for 2.6
dsp-developers Sep 28, 2024
db7ab93
Merge pull request #706 from dsp-developers/release-2.6
HumairAK Sep 30, 2024
bef7d2e
Merge remote-tracking branch 'odh/v2.6.x' into stable
HumairAK Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading