Skip to content

Commit

Permalink
Release v2.3.8 (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed May 10, 2019
1 parent 90e0b44 commit 87f7b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions addons/ingress-nginx/resources/daemonset.yml.erb
Expand Up @@ -95,3 +95,7 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
resources:
requests:
cpu: 100m
memory: 90Mi
2 changes: 1 addition & 1 deletion lib/pharos/version.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Pharos
VERSION = "2.3.6"
VERSION = "2.3.8"

def self.version
VERSION + "+oss"
Expand Down

0 comments on commit 87f7b82

Please sign in to comment.