Skip to content

Commit

Permalink
change image
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Apr 18, 2023
1 parent 8f2491e commit 51ce5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/ix-dev/community/clamav/upgrade_strategy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sys
from catalog_update.upgrade_strategy import semantic_versioning


RE_STABLE_VERSION = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+$')
RE_STABLE_VERSION = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+)?$')


def newer_mapping(image_tags):
Expand Down
2 changes: 1 addition & 1 deletion library/ix-dev/community/clamav/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: clamav/clamav
pullPolicy: IfNotPresent
tag: '1.0.1'
tag: '1.0.1-2'

resources:
limits:
Expand Down

0 comments on commit 51ce5f3

Please sign in to comment.