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 job config file. 3.x is 3.18, remove 3.15 latest is 3.17 #1105

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 dependencies/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17
3.18
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2018-2023 Red Hat, Inc.
# Copyright (c) 2018-2024 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
Expand Down Expand Up @@ -117,9 +117,10 @@ parameters:
- name: IMAGE
value: registry.redhat.io/devspaces/pluginregistry-rhel8
displayName: Red Hat OpenShift Dev Spaces plugin registry image
description: Red Hat OpenShift Dev Spaces plugin registry container image. Defaults to registry.redhat.io/devspaces/pluginregistry-rhel8
description: Red Hat OpenShift Dev Spaces plugin registry container image. Defaults
to registry.redhat.io/devspaces/pluginregistry-rhel8
- name: IMAGE_TAG
value: '3.17'
value: '3.18'
displayName: Red Hat OpenShift Dev Spaces plugin registry version
description: Red Hat OpenShift Dev Spaces plugin registry version
- name: MEMORY_LIMIT
Expand Down
Loading
Loading