Skip to content

Commit

Permalink
Merge branch 'main' into update-linter-version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored May 29, 2024
2 parents 44a8a5b + 66535eb commit 50008bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright (c) 2021-2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -29,7 +29,7 @@ LABEL vendor="Dell Inc." \
name="csm-resiliency" \
summary="Dell Container Storage Modules (CSM) for Resiliency" \
description="Makes Kubernetes applications, including those that utilize persistent storage, more resilient to various failures" \
version="2.0.0" \
version="1.10.0" \
license="Apache-2.0"

COPY --from=builder /workspace/podmon /
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2021-2023 Dell Inc., or its subsidiaries. All Rights Reserved.
# Copyright (c) 2021-2024 Dell Inc., or its subsidiaries. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,9 +13,9 @@
# limitations under the License.
# Includes the following generated file to get semantic version information

MAJOR=0
MINOR=0
PATCH=54
MAJOR=1
MINOR=10
PATCH=0
VERSION?="v$(MAJOR).$(MINOR).$(PATCH)"
REGISTRY?="${REGISTRY_HOST}:${REGISTRY_PORT}/podmon"
BASEIMAGE?="resiliency-ubimicro:latest"
Expand Down

0 comments on commit 50008bb

Please sign in to comment.